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
HurtAnt92
Moderator
8 Questions, 9 Answers
  Active since 22 May 2023
  Last activity one year ago

Reputation

0

Badges 1

9 × Eureka!
0 Votes
2 Answers
977 Views
0 Votes 2 Answers 977 Views
one year ago
0 Votes
3 Answers
988 Views
0 Votes 3 Answers 988 Views
Hi, I wrote a pipeline of two steps. - train - convertIf I attach a model as OutputModel to the first task, the model is visible to the second step. Whereas ...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Hi, clearml stores models in the following format: / / ./ models / Is it possible to change this format ?
one year ago
0 Votes
1 Answers
992 Views
0 Votes 1 Answers 992 Views
Hi, When downloading data stored at azure using cleaml-data I'm getting: Connection pool is full, discarding connection: *. blob.core.windows.net . Connectio...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
one year ago
0 Votes
3 Answers
1K Views
0 Votes 3 Answers 1K Views
Hi, I'm getting the following error when running docker agent using a docker: clearml_agent: ERROR: [Errno 28] No space left on device: '/root/.clearml/venvs...
one year ago
0 Votes
10 Answers
964 Views
0 Votes 10 Answers 964 Views
Hi, I'm using training_task.connect() to manually connect the argparse arguments into the task, how do I retrieve the arguments back ? Also, how do I know if...
one year ago
0 Votes
1 Answers
855 Views
0 Votes 1 Answers 855 Views
How do I extract from a completed task, the time it took to run ? Given I have the id of the task.
one year ago
0 Hi, I Wrote A Pipeline Of Two Steps.

At the end of the training I have only input models.
How do I change an InputModel into outputModel ?

one year ago
0 Hi, I'M Trying To Create A Dataset With 186 Parent Datasets. The Process Fails Due To Oom, The Machine Has 64 Gb Of Ram. Does A Workaround Exists, For Example, Generating Intermediate Datasets ? Or Does The Total Memory Consumed Depends On The Number Of
  • Thank you, I will give it a try. I debugged the code to investigate the cause of the failure. It appears that the code fails at line 1312 inside Dataset.create during the execution of the instance._serialize() function. I will further explore the code to identify the precise point of failure.
one year ago
0 Hi, Clearml Stores Models In The Following Format:

Thanks for the reply.
I wish to save the it in the format:
"output_uri/<pth file>"

I'm trying to use clearml in an existing system and wish to adhere to their conventions

one year ago
0 Hi, I'M Using Training_Task.Connect() To Manually Connect The Argparse Arguments Into The Task, How Do I Retrieve The Arguments Back ? Also, How Do I Know If I'M Running Remotely Or Locally ?

I'm working on an existing code-base, the argparse are named opt instead of args, and the auto connection doesn't work.

I want to connect the argparse manually and load the connected argparse If I'm running on a remote machine.

one year ago
0 Hi, Clearml Stores Models In The Following Format:

Thanks.
Can we do something similar with artifacts ?

one year ago
0 Hi, I'M Getting The Following Error When Running Docker Agent Using A Docker: Clearml_Agent: Error: [Errno 28] No Space Left On Device: '/Root/.Clearml/Venvs-Builds' Any Suggestion On How To Solve This Issue (The Host Has Enough Space On Disk)

Hi,
I'm using latest clearml-agent version 1.5.2.
This does not always happens, it starts happening after a few runs of successful remote executions.
Then it starts failing, until I remove and rebuild the docker image.

Attaching the clearml.conf

one year ago