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
SoggyElk61
Moderator
3 Questions, 6 Answers
  Active since 30 January 2025
  Last activity 21 days ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
4 Answers
658 Views
0 Votes 4 Answers 658 Views
Hi everyone, I am trying to log my MMSegmentation trainings using ClearML, but can’t quite figure out how to integrate the ClearML docs . Could anybody help ...
7 months ago
0 Votes
2 Answers
708 Views
0 Votes 2 Answers 708 Views
Hi everyone, We are using ClearML Kubernetes for some time now with great success. However, stability on our cluster was lacking so we decided to move to a d...
2 months ago
0 Votes
5 Answers
3K Views
0 Votes 5 Answers 3K Views
Hi, when downloading datasets using the Python SDK on a runner initiated using execute_remotely , I get this issue: Traceback (most recent call last): File "...
23 days ago
2 months ago
0 Hi Everyone, I Am Trying To Log My Mmsegmentation Trainings Using Clearml, But Can’T Quite Figure Out How To Integrate The

I am training using the tools/train.py script, must I add the snippet here then?

7 months ago
0 Hi, When Downloading Datasets Using The Python Sdk On A Runner Initiated Using

So running this train script will sometimes work and sometimes give the error of the original post

23 days ago
0 Hi, When Downloading Datasets Using The Python Sdk On A Runner Initiated Using

Is this sufficient information or can I get help elsewhere?

21 days ago
0 Hi, When Downloading Datasets Using The Python Sdk On A Runner Initiated Using

Thanks for responding. Here you can find some references:

The runner is a ubuntu machine on which a specific user is made. Here we have a venv from which we run:

clearml-agent daemon --queue gpu_12gb --detached --gpus 1
clearml-agent daemon --queue gpu_24gb --detached --gpus 0

clearml-agent daemon --queue no_gpu --detached

This user has a clearml.conf file in its home directory. When I run clearml-data commands as this user from the venv everything works as expected.

I a...

23 days ago