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
11 Questions, 32 Answers
  Active since 11 April 2023
  Last activity 6 months ago

Reputation

0

Badges 1

32 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Is there any way to make a clickable link in the configuration of a task?
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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
1 Answers
639 Views
0 Votes 1 Answers 639 Views
Hi all, any API-oriented way to get download all the artifacts from a given task?
8 months ago
0 Votes
5 Answers
929 Views
0 Votes 5 Answers 929 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 ...
one year ago
0 Votes
14 Answers
1K Views
0 Votes 14 Answers 1K 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
970 Views
0 Votes 2 Answers 970 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...
one year ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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
459 Views
0 Votes 2 Answers 459 Views
6 months ago
0 Votes
17 Answers
1K Views
0 Votes 17 Answers 1K 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...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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 Hi All! Is There Any Simple Way To Use

OK, so i got into this mess with the argparse because i was turning OFF the automatic detection of command line arguments

I was turning it off because i was calling, inside my script, the argparser from torch.distributed.run ( best way i found to run a torchrun command in the clearml-agent)

Because of torch.distributed.run , clearml was automatically tracking inexisting command line arguments, which lead to an error on the remote agent.

In case this happens to anyone else, my ...

one year ago
Show more results compactanswers