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
HomelyShells16
Moderator
3 Questions, 6 Answers
  Active since 10 January 2023
  Last activity 9 months ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
2 Answers
503 Views
0 Votes 2 Answers 503 Views
Can anyone point me to a resource (or person) that can tell me what counts towards the "artifacts storage" and the "metrics" in my clearml workspace billing ...
9 months ago
0 Votes
1 Answers
554 Views
0 Votes 1 Answers 554 Views
Hey everyone! Is there a possibility to move artifacts from existing tasks to another storage host? We have a number of datasets on files.clear.ml and would ...
9 months ago
0 Votes
9 Answers
744 Views
0 Votes 9 Answers 744 Views
Hey everyone, I have been trying to get the pytorch lightning CLI to work with remote task execution, but it just won't work. I took the https://github.com/a...
one year ago
0 Hi! I'M Running Clearml-Agent In Docker Mode. I Want To Install My Package From Pyproject.Toml From My Project Before The Experiment Running. I'Ve Tried To Set

What we are doing is putting a requirements.txt with the content -e . in the top level of our repos and set the clearml config parameter agent/package_manager/force_repo_requirements_txt to true .

9 months ago
0 Can Anyone Point Me To A Resource (Or Person) That Can Tell Me What Counts Towards The "Artifacts Storage" And The "Metrics" In My Clearml Workspace Billing Page? Should I Expect Them To Stay At Zero If All My Tasks Have A

That's already very helpful, thanks a lot!

So if I understand it correctly, I can change the artifacts storage costs, without changing my logging behavior, but the metrics costs can only be changed by logging e.g. less scalar values, correct?

9 months ago
0 Hey Everyone, I Have Been Trying To Get The Pytorch Lightning Cli To Work With Remote Task Execution, But It Just Won'T Work. I Took The

Thanks SmugDolphin23 for the suggestion.
Sadly this does not solve the problem of having Namespace s inside the config, which cannot be parsed by jsonargparse when running remotely. The Error message is the same as shown https://github.com/allegroai/clearml/issues/403#issuecomment-1316689416 .

one year ago
0 Hey Everyone, I Have Been Trying To Get The Pytorch Lightning Cli To Work With Remote Task Execution, But It Just Won'T Work. I Took The

Awesome, thanks! Make sure to check out the linked issue, as I have added more findings there

one year ago