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 one year ago

Reputation

0

Badges 1

58 × Eureka!
0 Votes
25 Answers
858 Views
0 Votes 25 Answers 858 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...
2 years ago
0 Votes
10 Answers
837 Views
0 Votes 10 Answers 837 Views
3 years ago
0 Votes
2 Answers
995 Views
0 Votes 2 Answers 995 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
3 years ago
0 Votes
2 Answers
810 Views
0 Votes 2 Answers 810 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...
3 years ago
0 Votes
5 Answers
832 Views
0 Votes 5 Answers 832 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...
3 years ago
0 Votes
14 Answers
870 Views
0 Votes 14 Answers 870 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...
3 years ago
0 Votes
2 Answers
904 Views
0 Votes 2 Answers 904 Views
Is there an upgrade guide from Trains to ClearML? I can't seem to find it.
3 years ago
0 Votes
22 Answers
831 Views
0 Votes 22 Answers 831 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...
3 years ago
0 Votes
7 Answers
851 Views
0 Votes 7 Answers 851 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...
3 years ago
0 Votes
8 Answers
851 Views
0 Votes 8 Answers 851 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...
3 years ago
0 Votes
3 Answers
825 Views
0 Votes 3 Answers 825 Views
Where is the stdout of trains-agent stored in the service mode (running in background)?
3 years ago
0 Votes
4 Answers
886 Views
0 Votes 4 Answers 886 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 ...
3 years ago
0 Votes
5 Answers
845 Views
0 Votes 5 Answers 845 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...
3 years ago