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
UpsetWalrus59
Moderator
17 Questions, 32 Answers
  Active since 09 May 2023
  Last activity 9 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
1 Answers
501 Views
0 Votes 1 Answers 501 Views
Hi, what is the expect input of the series parameter of the logger.report_line_plot function? I am passing list of two lists (like [[1,2,3], [4,5,6]] ) to pl...
11 months ago
0 Votes
4 Answers
645 Views
0 Votes 4 Answers 645 Views
12 months ago
0 Votes
1 Answers
553 Views
0 Votes 1 Answers 553 Views
Hi, I added in my code task.ignore_requirements("pywin32") however this library is still getting added by ClearML to the packages (which causes error on Linu...
11 months ago
0 Votes
8 Answers
585 Views
0 Votes 8 Answers 585 Views
11 months ago
0 Votes
2 Answers
492 Views
0 Votes 2 Answers 492 Views
9 months ago
0 Votes
4 Answers
559 Views
0 Votes 4 Answers 559 Views
Hi, could somebody please confirm if the output_uri parameter for creating Dataset in Azure is in the form: "azure://. blob.core.windows.net/ " ?
one year ago
0 Votes
3 Answers
524 Views
0 Votes 3 Answers 524 Views
Hi, I noticed that when I commit changes and not push them and try to run a job I am getting clearml_agent: ERROR: Failed cloning repository. and advice to M...
10 months ago
0 Votes
7 Answers
479 Views
0 Votes 7 Answers 479 Views
Hi, what could be the reason for my Task.init taking close to 10min? See below screenshot of example run which took around 8min.
10 months ago
0 Votes
2 Answers
550 Views
0 Votes 2 Answers 550 Views
Hi, after I create my clearml.conf file with clearml-agent init I edit the azure.storage field afterwards to put there account_name and account_key , is ther...
11 months ago
0 Votes
11 Answers
577 Views
0 Votes 11 Answers 577 Views
Hi, I am getting line 57, in get_local_copy if helper.base_url == "file://": AttributeError: 'NoneType' object has no attribute 'base_url' when trying to run...
12 months ago
0 Votes
2 Answers
479 Views
0 Votes 2 Answers 479 Views
Hi, is there any way to download all the experiments including their metrics, hyperparameters and so on?
9 months ago
0 Votes
2 Answers
520 Views
0 Votes 2 Answers 520 Views
Hi, what would be the best practice for using the Datasets when testing different features? Should I just add new Dataset each time I try new feature to the ...
12 months ago
0 Votes
7 Answers
622 Views
0 Votes 7 Answers 622 Views
one year ago
0 Votes
2 Answers
460 Views
0 Votes 2 Answers 460 Views
9 months ago
0 Votes
4 Answers
624 Views
0 Votes 4 Answers 624 Views
11 months ago
0 Votes
2 Answers
613 Views
0 Votes 2 Answers 613 Views
Hi, I noticed that my experiments fail if I try to clone them and enqueue them after I already pushed another commits (following the commit of the cloned exp...
11 months ago
0 Votes
1 Answers
587 Views
0 Votes 1 Answers 587 Views
Hi, After my model's iterations ended and task turned to Completed I wanted to still train the model further for more iterations. I found there is continue_l...
11 months ago