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
PlainSeaurchin97
Moderator
10 Questions, 31 Answers
  Active since 11 April 2023
  Last activity 10 months ago

Reputation

0

Badges 1

31 × Eureka!
0 Votes
1 Answers
89 Views
0 Votes 1 Answers 89 Views
Hi all, any API-oriented way to get download all the artifacts from a given task?
one month ago
0 Votes
2 Answers
534 Views
0 Votes 2 Answers 534 Views
Hi all! I'm trying to migrate a clearml server (that has data on it) to another machine but i´m having problems to make clearml locate the old (backed up) ex...
11 months ago
0 Votes
2 Answers
559 Views
0 Votes 2 Answers 559 Views
Is there any way to make a clickable link in the configuration of a task?
one year ago
0 Votes
14 Answers
580 Views
0 Votes 14 Answers 580 Views
Hi all! I want to run my task remotely on an agent, but I'm having trouble with the requirements setup. I have a requirements.txt with many packages to insta...
one year ago
0 Votes
2 Answers
562 Views
0 Votes 2 Answers 562 Views
Hi all! What's the best way to send my (automatically tracked pytorch) models to the ClearML server? My models are curently saved with file:// URI's, but i w...
one year ago
0 Votes
5 Answers
495 Views
0 Votes 5 Answers 495 Views
Hi all! I might have found an issue with the migration guide. None We recently migrated our data to a new server. While testing the migration, we found that ...
10 months ago
0 Votes
6 Answers
574 Views
0 Votes 6 Answers 574 Views
Hi all! Are there any plans to add scatterplots to visualize e.g. Hyperparemeter x Accuracy comparisons between experiments? MLFlow does this in a really nic...
one year ago
0 Votes
6 Answers
581 Views
0 Votes 6 Answers 581 Views
Hi all! Quick question: can clearml-agent build a docker image from a Dockerfile before using it for running a task?
one year ago
0 Votes
2 Answers
679 Views
0 Votes 2 Answers 679 Views
Hi all! Couldn't find this in the documentation, how do you specify a "setup shell script", so it is used for that specific task?
one year ago
0 Votes
17 Answers
619 Views
0 Votes 17 Answers 619 Views
Hi all! Is there any simple way to use argparse to pass a clearml task name? I was using an argument called --clearml_task for this, but i ran into an intere...
12 months ago