Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
ColossalReindeer77
Moderator
10 Questions, 54 Answers
  Active since 18 August 2023
  Last activity one year ago

Reputation

0

Badges 1

52 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Hi! I am setting up my first ClearML agent (EC2) connecting to my hosted ClearMLServer. I am at the step where I am granting the agent access to github. I am...
one year ago
0 Votes
7 Answers
970 Views
0 Votes 7 Answers 970 Views
one year ago
0 Votes
2 Answers
965 Views
0 Votes 2 Answers 965 Views
Hello, I am testing my Hidra/OmegaConf with ClearML and I have a general question. Why is it necessary to indicate that I want to edit the configuration (set...
one year ago
0 Votes
2 Answers
787 Views
0 Votes 2 Answers 787 Views
Hi! I am wondering if there is a way to check which S3 is associated to which project once you have created them? I am looking at the mongo docker container ...
one year ago
0 Votes
2 Answers
842 Views
0 Votes 2 Answers 842 Views
one year ago
0 Votes
11 Answers
858 Views
0 Votes 11 Answers 858 Views
Hello! I created a clearml.conf in my clearml server, then I added the S3 credentials under aws { s3 { region, key, secret } } and rebooted the server. Then,...
one year ago
0 Votes
24 Answers
857 Views
0 Votes 24 Answers 857 Views
Also, not sure where to ask this question. I am following the instructions from here: None After the instance is created I can log in with ssh but h ttp://:8...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello. I am creating a ClearML server instance using the pre-built AMI (AWS). Other than the 8GB memory recommended, is there any recommendation for volume s...
one year ago
0 Votes
16 Answers
848 Views
0 Votes 16 Answers 848 Views
Hello! does anyone know how to do HPO when your parameters are in a Hydra configuration file? What is the correct way to do this (e.g declare the params for ...
one year ago
0 Votes
3 Answers
844 Views
0 Votes 3 Answers 844 Views
Hi good morning ☕ ️ I am running a torch experiment that runs correctly on an agent configured in pip mode. - when I change to poetry mode I get this error: ...
one year ago
0 Hi! I Am Setting Up My First Clearml Agent (Ec2) Connecting To My Hosted Clearmlserver. I Am At The Step Where I Am Granting The Agent Access To Github. I Am Using Ssh Authentication, So I:

Hei @<1523701087100473344:profile|SuccessfulKoala55> it just worked. Maybe there was some github refresh delay … not sure but thanks anyways for the debug suggestion. 👍

one year ago
0 Hello! I Created A

thanks!

one year ago
0 Hi! I Am Setting Up My First Clearml Agent (Ec2) Connecting To My Hosted Clearmlserver. I Am At The Step Where I Am Granting The Agent Access To Github. I Am Using Ssh Authentication, So I:

Hey @<1523701087100473344:profile|SuccessfulKoala55> just updating you here. I started from scratch, new EC2 instance, follow the installation step by step and the only change that I made was selecting rsa instead of ed255190 for the generation of the SSH key (as per github docs ), and now I my agent can connect consistently to GitHub. Just thought of p...

one year ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

What I am referring to is this information about the Storage Configuration:
None

one year ago
0 Hi! I Am Setting Up My First Clearml Agent (Ec2) Connecting To My Hosted Clearmlserver. I Am At The Step Where I Am Granting The Agent Access To Github. I Am Using Ssh Authentication, So I:

Hi @<1523701087100473344:profile|SuccessfulKoala55> it’s failing again.. I haven’t rebooted the agent or changed anything and I am able to connect with ssh with ssh -vT git@github.com on a different tmux sess.

This is the error I am seeing running the agent with the -debug flag:

Using cached repository in "/home/ubuntu/.clearml/vcs-cache/clearml-tutorial.git.e1c2351b09f3d661b6f0dbf85e92be2e/clearml-tutorial.git"
git@github.com: Permission denied (pub...
one year ago
0 Hi! I Am Setting Up My First Clearml Agent (Ec2) Connecting To My Hosted Clearmlserver. I Am At The Step Where I Am Granting The Agent Access To Github. I Am Using Ssh Authentication, So I:

but from a terminal I can do:

ubuntu@***:~/sw/clearml-tutorial$ git fetch --all --recurse-submodules
Fetching origin

and it works

one year ago
0 Hi Good Morning

Also @<1619867994005966848:profile|HungryTurtle13> 👆

one year ago
0 Hello! I Created A

for future reference: None

one year ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

there under fileserver it should read /opt/clearml/data/fileserver

one year ago
0 Hello, I Am Trying To Run A Task In An Ec2 Worker With The Respective Agent In Docker Mode. I Am Using A Custom Docker Image. The Agent Is Configured To Use Ssh Authentication To Checkout The Code From Github (And It Does Check It Out In Pip/Poetry Mode)

Hi @<1523701087100473344:profile|SuccessfulKoala55> thanks for your reply. Not sure where I can find more about the extra docker bash script that you mention… I would appreciate if you can point me in the right direction. Thanks.

one year ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

Responding to my own question, in case someone else has the same issue. You have to edit the security group and enable TCP 8080.

I haven’t figure out the missing fileserver? :man-shrugging:

one year ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

Thanks @<1523701205467926528:profile|AgitatedDove14> reading …

one year ago
0 Hi Good Morning

Hi @<1523701205467926528:profile|AgitatedDove14> thanks for your reply. I am seeing this is an issue with torch 2.0.1 because it does not install the needed cuda dependencies:

None
None

Adding this info here, in case anyone here has this issue. It looks like switching to torch 2.0.0 fixes the issue. I will update here after I test that. Thanks again 🙏

one year ago
0 Hello! Does Anyone Know How To Do

hmmm… probably not if I don’t have a reference that clearml can update right?….

What about:

hpo_params = OmegaConf.to_object(cfg)
...
task.connect(hpo_params)

And then I use hpo_params in the code. This way I give clearml a chance to update the object.

Would this work? Thanks

one year ago
0 Hello! Does Anyone Know How To Do

Hi @<1523701205467926528:profile|AgitatedDove14> , I see _allow_omegaconf_edit_ under HYPERPARAMETERS > Hydra

one year ago
0 Hello, I Am Testing My Hidra/Omegaconf With Clearml And I Have A General Question. Why Is It Necessary To Indicate That I Want To Edit The Configuration (Setting

Hi @<1523701435869433856:profile|SmugDolphin23> thanks for your answer. I am not sure that I understand. I ran a test by cloning and experiment and editing the OmegaConf object under Configuration > Hyperparameters > OmegaConf.

Unless I also change the allow_omegaconf_edit flag to True , I won’t see my changes reflected. That is my question. As a new user, it seems counterintuitive that I have to also change the flag. Does this make sense to you? Thanks.

one year ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

sorry I am a noob not sure how can do that but happy to help if I can

one year ago
0 Hello, I Am Trying To Run A Task In An Ec2 Worker With The Respective Agent In Docker Mode. I Am Using A Custom Docker Image. The Agent Is Configured To Use Ssh Authentication To Checkout The Code From Github (And It Does Check It Out In Pip/Poetry Mode)

Update

I ran:

clearml-agent build --id <task-id> --docker <custom-docker> --log-level DEBUG --entry-point reuse_task

and got a similar problem:

Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
error: Could not fetch origin
one year ago
0 Hello! Does Anyone Know How To Do

Will this work?

task.connect(OmegaConf.to_object(cfg))

assuming cfg is my Hydra dict

one year ago
0 Hello Everybody, I Have A Question About Saving Models. I Have A Train.Py Script To Train A Neural Network Using Pytorch. I Am Using Clearml Task For Experimenting Tracking And It Is Doing Very Well. However, I Realized That Clearml Is Saving My Model As

@<1547028031053238272:profile|MassiveGoldfish6> check this:

  • does your local clearml.conf should use use_credentials_chain:true ?
  • Do you have the needed AWS credentials in your local environment?
  • Do you have an S3 bucket as the storage for your project (did you set this up when you created the project)?
  • Do your local AWS credentials give you write access to that S3 bucket?
one year ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

Do you have any insights on the missing fileserver @<1523701205467926528:profile|AgitatedDove14> ?

one year ago
0 Also, Not Sure Where To Ask This Question. I Am Following The Instructions From Here:

I can’t see anything under /mnt so no fileserver there (?)

one year ago
0 Hello! Does Anyone Know How To Do

Hey @<1523701205467926528:profile|AgitatedDove14> in the WebUI the hydra configuration object is under CONFIGURATION OBJECTS > OmegaConf

So should this be OmegaConf/trainer.batch_size ?

one year ago
0 Hi! I Am Wondering If There Is A Way To Check Which S3 Is Associated To Which Project Once You Have Created Them? I Am Looking At The Mongo Docker Container In My Clearml Server But There Should Be An Easier Way? Thanks.

Hi @<1523701087100473344:profile|SuccessfulKoala55> thanks for your response. What I mean is that in the Web UI when you are creating a project you have storage (S3) field at the bottom of the create project pop-up, where you enter the S3 bucket that you want to associate with the project. Now, the thing is, you can’t visualize that information after the project is created, anywhere in the UI, as far as I can tell. So, it would be great to be able to see the configured bucket somewhere in...

one year ago
Show more results compactanswers