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 8 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
11 Answers
546 Views
0 Votes 11 Answers 546 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...
11 months ago
0 Votes
4 Answers
533 Views
0 Votes 4 Answers 533 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/ " ?
11 months ago
0 Votes
2 Answers
521 Views
0 Votes 2 Answers 521 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...
10 months ago
0 Votes
1 Answers
485 Views
0 Votes 1 Answers 485 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
2 Answers
466 Views
0 Votes 2 Answers 466 Views
9 months ago
0 Votes
2 Answers
458 Views
0 Votes 2 Answers 458 Views
Hi, is there any way to download all the experiments including their metrics, hyperparameters and so on?
9 months ago
0 Votes
4 Answers
597 Views
0 Votes 4 Answers 597 Views
11 months ago
0 Votes
7 Answers
452 Views
0 Votes 7 Answers 452 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.
9 months ago
0 Votes
4 Answers
620 Views
0 Votes 4 Answers 620 Views
11 months ago
0 Votes
2 Answers
585 Views
0 Votes 2 Answers 585 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...
10 months ago
0 Votes
2 Answers
497 Views
0 Votes 2 Answers 497 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 ...
11 months ago
0 Votes
1 Answers
525 Views
0 Votes 1 Answers 525 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
560 Views
0 Votes 8 Answers 560 Views
11 months ago
0 Votes
7 Answers
593 Views
0 Votes 7 Answers 593 Views
12 months ago
0 Votes
3 Answers
493 Views
0 Votes 3 Answers 493 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...
9 months ago
0 Votes
2 Answers
436 Views
0 Votes 2 Answers 436 Views
9 months ago
0 Votes
1 Answers
563 Views
0 Votes 1 Answers 563 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...
10 months ago
Show more results compactanswers