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

Reputation

0

Badges 1

31 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
one year ago
0 Votes
7 Answers
938 Views
0 Votes 7 Answers 938 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.
one year ago
0 Votes
1 Answers
975 Views
0 Votes 1 Answers 975 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...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K 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
2 Answers
1K Views
0 Votes 2 Answers 1K 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 ...
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
one year ago
0 Votes
2 Answers
927 Views
0 Votes 2 Answers 927 Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K 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...
one year ago
0 Votes
2 Answers
957 Views
0 Votes 2 Answers 957 Views
Hi, is there any way to download all the experiments including their metrics, hyperparameters and so on?
one year ago
0 Votes
11 Answers
1K Views
0 Votes 11 Answers 1K 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...
one year ago
0 Hi, I Am Able To Execute The Task Locally, But The Same Task Fails When Executed On Remote Cloud Machine, I Think The Error Is Due To The Fact That Local Machine Is Windows And Remote One Is Linux Because The Error Is Around Pywin Which Can'T Be Installed

Yes, but it is not a matter of version - no version of this package can be installed on Linux, this module is available only on Windows.
When I try to install all the packages from my requirements.txt manually on this Linux machine it seems fine, so I am not sure why pywin32 is added as requirement when executing the clearml task.

one year ago
0 Hi, I Am Getting

and previously I was able to retrieve it, I think the trouble started after I finalized dataset.

one year ago
Show more results compactanswers