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
WackyRabbit7
Moderator
73 Questions, 550 Answers
  Active since 10 January 2023
  Last activity 5 months ago

Reputation

0

Badges 1

533 × Eureka!
0 Is There A Way To Run A Pipeline (

But does it disable the agent? or will the tasks still wait for the agent to dequeue?

3 years ago
0 Am I Doing Something Wrong Or Is Should I Open An Issue About It (Bug?)? I'M Using The

AgitatedDove14 , I followed the instructions for updating the ClearML server, and the visualization stays the same

3 years ago
0 Is There A Way To Run A Pipeline (

I think a good idea is to add to the error message when the clearml agent fails due to import error, a suggestion ot try out with pip freeze

3 years ago
0 I'M Running

this means that you supply the machine to execute the actions specified

2 years ago
0 I'M Running

so when I'm on the machine through SSH

2 years ago
0 I'M Running

working directory is the same relative to the script, but the absolute path is different as the github action creates a new environment for it and deletes it after

2 years ago
0 I'M Running

anyway, my ultimate goal is to create templates for other tasks... Is that possible in any other way through the CLI?

2 years ago
0 I'M Running

I can't specify the absolute path, it is dynamically created

2 years ago
0 I'M Running

I can try something with $(pwd)

2 years ago
0 I'M Running

and I run these command manually

2 years ago
0 I'M Running

I executed it now with full path, using $(pwd)

2 years ago
0 And An Explicit Question: When Using

if I set it to 24 does it explode?

3 years ago
0 Is There A Way To Run A Pipeline (

I can easily see how this problem can reoccur

3 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

to fix it, I excluded this var entirely from the docker-compose

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

AgitatedDove14 sorry for delayed reply - where do I read the version the Cleanup Service is using?

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

AgitatedDove14 I still can't get it to work... I couldn't figure out how can I change the clearml version in the runtime of the Cleanup Service as I'm not in control of the agent that executes it

2 years ago
3 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

How can I change the version of the Cleanup Service?

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

I'm saying that because in the task under "INSTALLED PACKAGES" this is what appears

2 years ago
0 Unrelated Problem (Or Is It?) The Clearml'S Built In Cleanup Service Fails

I assume it has nothing to do with my client version

2 years ago
0 Following The Instructions For Local Trains Deployment On Linux (

Wait, suddenly the UI changed to 0.16.1, seems like I was shown a cached page

3 years ago
0 How Should I Edit The

I might just do that, it will be my second contribution to ClearML 🙂

2 years ago
0 Using

Saving part from task A:

pipeline = trials.trials[index]['result']['pipeline'] output_prefix = 'best_iter_' if i == 0 else 'iter_' task.upload_artifact(name=output_prefix + str(index), artifact_object=pipeline)

2 years ago
0 Using

Version 1.1.1

Snippet of which part exactly?

Yeah, logs saying "file not found", here is an example

2 years ago
Show more results compactanswers