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
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity 12 months ago

Reputation

0

Badges 1

533 × Eureka!
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
I have a task which I reported a table to - how do I access this table through code? The clearml Task object attribute "artifacts" is empty
3 years ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
3 years ago
0 Votes
13 Answers
1K Views
0 Votes 13 Answers 1K Views
We are having the same issue as https://github.com/allegroai/clearml/issues/324 with no resolution... any ideas on how to solve this?
3 years ago
0 Votes
31 Answers
70K Views
0 Votes 31 Answers 70K Views
Unrelated problem (or is it?) the ClearML's built in Cleanup Service fails clearml.utilities.pyhocon.exceptions.ConfigMissingException: 'No configuration set...
3 years ago
0 Votes
32 Answers
57K Views
0 Votes 32 Answers 57K Views
Very weird error, trying to run an experiment through an agent in docker mode, and I get this error docker: Error response from daemon: create /home/elior/De...
4 years ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
I must compliment the Python level and documentation level in the source code is superb, I love reading it 😄 Even though I love reading it, is there anywher...
3 years ago
0 Votes
30 Answers
1K Views
0 Votes 30 Answers 1K Views
Using PipelineController I have task B that depends on task A, e.g. A -> B. Task B reads artifacts that were saved by task A. I did define the dependency bet...
3 years ago
0 Votes
31 Answers
57K Views
0 Votes 31 Answers 57K Views
In PipelineV2, is it possible to register artifacts to the pipeline task? I see there is a private variable ._task but not sure its the right way to go as it...
3 years ago
0 Votes
33 Answers
63K Views
0 Votes 33 Answers 63K Views
Question about the auto scaling service Under extra_trains_conf when I supply a configuration file path, should it be a path on the trains server running the...
4 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
Assuming I want to report to the same task from two different processes (running on different machines) - how would I do that? So I have some function foo th...
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
How should I go about making all the artifacts default saving location to a bucket? (destination for automatically saved artifacts, uploaded and registered) ...
4 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
4 years ago
0 Votes
20 Answers
1K Views
0 Votes 20 Answers 1K Views
Question about the storage manager. Assuming I have an object that updates frequently and always saved at the same path (e.g. my_bucket/my_data.csv ) and I w...
4 years ago
Show more results questions