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
CleanPigeon16
Moderator
10 Questions, 42 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

42 × Eureka!
0 Votes
14 Answers
675 Views
0 Votes 14 Answers 675 Views
Hey, I'm looking into the AWS autoscaler. I couldn't find the Task in my UI, so I ran the aws_autoscaler.py script remotely. It looks like to get it to work ...
3 years ago
0 Votes
3 Answers
518 Views
0 Votes 3 Answers 518 Views
3 years ago
0 Votes
15 Answers
658 Views
0 Votes 15 Answers 658 Views
Hey, I'm trying to run the AWS autoscaler and pull a docker image from ECR (private repository). I'm currently getting the error: docker: Error response from...
2 years ago
0 Votes
2 Answers
561 Views
0 Votes 2 Answers 561 Views
Hello! I was wondering if anyone ever integrated trains server with Auth0?
3 years ago
0 Votes
18 Answers
578 Views
0 Votes 18 Answers 578 Views
Hey, I'm running a pipeline, and 1 stage passed - but the next one failed. I fixed the bug for the second one - is there any way to retry the pipeline from t...
3 years ago
0 Votes
7 Answers
601 Views
0 Votes 7 Answers 601 Views
Hi, I'm trying out the clearml-agent on an Azure machine connecting to your managed server. I see the worker on the queue, and the job reaches it - but nothi...
3 years ago
0 Votes
2 Answers
594 Views
0 Votes 2 Answers 594 Views
Hi, I'm trying to create a clearml-task to run a script with required parameters (unnamed ones). It seems like I can only give named params. Am I missing som...
3 years ago
0 Votes
5 Answers
676 Views
0 Votes 5 Answers 676 Views
Hello! I'm trying to test the (unpublished) feature that should help me to deal with running cloned pipelines from different commits/branches. I found this c...
3 years ago
0 Votes
19 Answers
560 Views
0 Votes 19 Answers 560 Views
Hi there, I'm integrating trains - looks great so far! We wanted to be able to monitor which user created an experiment. I've noticed I can create a user usi...
3 years ago
0 Votes
7 Answers
651 Views
0 Votes 7 Answers 651 Views
Hey! I'm trying to play with the clearml-session , I started it on an existing queue in my hosted environment, and I see the task running without any errors....
3 years ago
0 Hey, I'M Running A Pipeline, And 1 Stage Passed - But The Next One Failed. I Fixed The Bug For The Second One - Is There Any Way To Retry The Pipeline From The Failure?

Also, tried the continue_pipeline option, didn't work as it couldn't parse the previous step that run...
ValueError: Could not parse reference '${run_experiment.models.output.-1.url}', step run_experiment could not be found

3 years ago
3 years ago
0 Hey, I'M Running A Pipeline, And 1 Stage Passed - But The Next One Failed. I Fixed The Bug For The Second One - Is There Any Way To Retry The Pipeline From The Failure?

Is there an option to do this from a pipeline, from within the add_step method? Can you link a reference to cloning and editing a task programmatically? nope, it works well for the pipeline when not I don't choose to continue_pipeline

3 years ago
0 Hi, I'M Trying To Create A

python -m http://script.as .a.module first_arg second_arg --named_arg value <- something like that

3 years ago
0 Hi, I'M Trying Out The

CLEARML_DOCKER_IMAGE=nvidia/cuda:10.1-runtime-ubuntu18.04
How do I pull the image using the agent?

3 years ago
0 Hi, I'M Trying Out The

Right... apparently the nvidia-docker wasn't set up. Thanks!

3 years ago
0 Hi, I'M Trying Out The

nope, the experiment is stuck in RUNNING state

3 years ago
Show more results compactanswers