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
SarcasticSparrow10
Moderator
13 Questions, 58 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

58 × Eureka!
0 Votes
22 Answers
2K Views
0 Votes 22 Answers 2K Views
Hi
Hi AgitatedDove14 , I upgraded clearml from 0.17.4 to 0.17.5rc2 and the change broke my code as it seems like clearml has started using multiprocessing. I ge...
4 years ago
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello, I'm logging a plotly figure which contains subplots using Logger.report_plotly() method. However, many of the attributes (color, legend label) of the ...
5 years ago
0 Votes
14 Answers
2K Views
0 Votes 14 Answers 2K Views
I'm using trains-agent to run an experiment from a private git repo and I run into this error trains_agent: ERROR: Failed cloning repository. 1) Make sure yo...
5 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Hi
Hi AgitatedDove14 , I'd appreciate your thoughts on trains-agent on the following topic. To run an experiment by a trains-agent , it must have already been r...
5 years ago
0 Votes
10 Answers
2K Views
0 Votes 10 Answers 2K Views
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
Hi, can we search tasks using wildcard in the webapp. Say I have task names exp_test1_i1 , exp_test2_i1 and I'd like to search for "exp" and "i1". Is that po...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is it possible to have clearml launch aws instances to run clearml-agent , execute jobs and then shutdown after the jobs have been completed? I have two rele...
aws
4 years ago
0 Votes
5 Answers
2K Views
0 Votes 5 Answers 2K Views
I am using reuse_last_task_id=True to overwrite an existing task (with same project and task name). But the experiment contains the torch model and therefore...
5 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Where is the stdout of trains-agent stored in the service mode (running in background)?
5 years ago
0 Votes
25 Answers
2K Views
0 Votes 25 Answers 2K Views
Hi ClearML, I tried to upgrade the clearml server following this https://clear.ml/docs/latest/docs/deploying_clearml/upgrade_server_aws_ec2_ami but it erased...
3 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi
Hi AgitatedDove14 , I put together some improvements for the parallel coordinate chart on this https://github.com/allegroai/trains/issues/259 . What are your...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Is there an upgrade guide from Trains to ClearML? I can't seem to find it.
4 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Quick question on trains-agent and HPO. Say I have 10 experiments enqueued to a trains-agent . I understand the agent runs the experiment one-by-one. But can...
5 years ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

I cannot execute step 4 because I can't get past step 3. Does that make sense?

3 years ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

I had to manually create a dump for the mongo data and import it into 4.4. I was just referring to adding a note to the documentation for other users.

3 years ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

mongo 4.4 image does not launch a container if the data in mongo dir is for previous versions. We should add that comment in the documentation

3 years ago
0 Hi

Oh ok. That's great. I will try it.

5 years ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

I'm getting the same error when I followed the instructions to the letter.

Here is one line from the mongo docker output
"This version of MongoDB is too recent to start up on the existing data files. Try MongoDB 4.2 or earlier."

3 years ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

There was some complication during the upgrade so I had to resort to the manual process.

I have now been able to upgrade by dumping the mongodb data and restoring it independently.

3 years ago
0 Hi

Yes the 'training' is my main code. You can think of it has launching a job (training or inference). My main code launches multiple jobs using multiprocessing. Each job is a seprate task for clearml that gets logged. Does that make sense?

4 years ago
0 Hi

Thanks for the tip with the config file. I have reverted back to 0.17.4 but will try this.

4 years ago
0 Hi

ok

4 years ago
0 I'M Using

Ok, So Git credentials are present at two locations - 1) outside the agent config and 2) inside it. I updated credentials at both locations and now I'm seeing agent.git_user = <username> in the dump, but I still have the same issue.
` # Set GIT user/pass credentials

leave blank for GIT SSH credentials ...

5 years ago
0 Hi

Haha.. that would be a problem then!

4 years ago
0 Hi

Hi AgitatedDove14 , I'll wait for you to reply on Github before I add my comments to these points.

4 years ago
0 Hi

Wait but that will skip all the assertion checks that I have in my code?!

4 years ago
0 Hello, I'M Logging A Plotly Figure Which Contains Subplots Using

Hi AgitatedDove14 , yes, I was able to change the color from the UI. But this may be less than ideal for the following use case.

A model is an ensemble of say 10 models. Each member of the ensemble generates two train-validation curves. So for 1 model, I will have 20 plots. There are two problems with the current setup:

Manually changing colors of all the plots is not feasible The default color scheme is not consistent and changes randomly with every run
It would be nice if I can control t...

5 years ago
0 I'M Using

Great, thanks!

5 years ago
0 Hi Clearml, I Tried To Upgrade The Clearml Server Following This

Steps 1 and 2 basically copy mongo 3.6 data into a new dir mongo_4 but mongo image of version 4.4 does not accept that data. So I had to perform the following steps:

Launch docker container with mongo=3.6 dump data using mongo dump Launch docker container with mongo=4.4 and empty mongo_4 data dir Restore the dump data using mongo restore
This made sure the data is now compatible with mongo 4.0 or greater

3 years ago
0 Hi

Hmm, ok. Yes that would make it easier.

From architectural point of view - say I know I'll be running the experiment on a trains-agent , when I initialize and execute the experiment locally, how hard would it be to instead send all the execution details and env to the trains agent and run it directly there? Can the configuration be packaged when we initialize the Task? Does the question make sense?

5 years ago
0 Hi

Haha.. ok, good to know

4 years ago
0 I'M Using

I'm using docker to run the experiment. Could it be that the config in the docker container doesn't have the git credentials?

5 years ago
0 Hi

2. interesting error, maybe we can revert to "thread mode" if running under a daemon. (I have to admit, I'm not sure why python has this limitation, let me check it...)

Yes, I'm not sure either. I have banged my head against the wall in trying to have multiple level of subprocesses, but it gets too complicated with python. Let me know what you find out

4 years ago
0 Where Is The Stdout Of

ok, thanks

5 years ago
0 Hi

This is happening manually. I am not using agent yet

4 years ago
0 Quick Question On

Got it. I haven't tried setting up trains-agent yet so I don't know much about the overhead of launching the agent. I'd imagine if it has to create the full environment (installing requirements, etc), the overhead might not be that low. But as I'm reading, it looks like I can use a docker image with the full env. Is my understanding correct?

5 years ago
Show more results compactanswers