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
2 Answers
568 Views
0 Votes 2 Answers 568 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
2 Answers
550 Views
0 Votes 2 Answers 550 Views
Hello! I was wondering if anyone ever integrated trains server with Auth0?
3 years ago
0 Votes
5 Answers
659 Views
0 Votes 5 Answers 659 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
18 Answers
563 Views
0 Votes 18 Answers 563 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
629 Views
0 Votes 7 Answers 629 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 Votes
15 Answers
643 Views
0 Votes 15 Answers 643 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
14 Answers
658 Views
0 Votes 14 Answers 658 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
500 Views
0 Votes 3 Answers 500 Views
2 years ago
0 Votes
7 Answers
582 Views
0 Votes 7 Answers 582 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
19 Answers
540 Views
0 Votes 19 Answers 540 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 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 Using The

ok, hopefully last question on this subject 🙂
I want to use Jenkins for some pipelines. What I would like to do is have one set of credentials saved on Jenkins. Then whenever a user triggers a pipeline - this is the user that will be marked as the task's user.
If I understand the options you suggested, I'll currently need either to (1) have some mapping between users and their credentials and have all the credentials saved on Jenkins; or, (2) have each user manually add 2 environment varia...

3 years ago
3 years ago
3 years ago
0 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 Using The

I was thinking about sending the parameters programatically. We have different pipelines that can generate tasks, I would like to be able to tell trains the user who started the 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 Hey! I'M Trying To Play With The

opened it, works now! Thanks.

3 years ago
0 Hey! I'M Trying To Play With The

I have access to the machine using SSH from my computer.
There doesn't seem to be any other error in the debug mode.
` Remote machine is ready
Setting up connection to remote session
Starting SSH tunnel

SSH tunneling failed, retrying in 3 seconds
Starting SSH tunnel `

3 years ago
0 Hey! I'M Trying To Play With The

nope, only port 22 is open for SSH. Is there anyway to set that as the port for clearml-session?

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
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?

Sure, redacted most of the params as they are sensitive:
` run_experiment {
base_task_id = "478cfdae5ed249c18818f1c50864b83c"
queue = null
parents = []
timeout = null
parameters {
# Redacted the parameters
}
executed = "d1d361d1059c4f0981200f59d7683773"
}
segment_slides {
base_task_id = "ae13cc979855482683474e9d435895bb"
queue = null
parents = ["run_experiment"]
timeout = null
parameters {
Args/param = """
[
#...

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 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?

` Exception in thread Thread-5:
Traceback (most recent call last):
File "/opt/pyenv/versions/3.6.8/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/opt/pyenv/versions/3.6.8/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/root/.clearml/venvs-builds/3.6/lib/python3.6/site-packages/clearml/automation/controller.py", line 615, in _daemon
if self._launch_node(self._nodes[name]):
File "/root/.clearml/venvs-builds/3.6/lib/pyt...

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 Trying To Run The Aws Autoscaler And Pull A Docker Image From Ecr (Private Repository). I'M Currently Getting The Error:

Hey AgitatedDove14 thanks, that works! The docker is now up and running, great success.
I have a follow up, maybe you can help debug. Now for some reason git clone doesn't work through the agent, but if I login myself to the machine and run the same command I see that fails in the log it works. The error I see is:
` cloning: git@gitlab.com:<repo_path>
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Reposito...

2 years ago
0 Hey, I'M Trying To Run The Aws Autoscaler And Pull A Docker Image From Ecr (Private Repository). I'M Currently Getting The Error:

So apparently the NVIDIA AMI https://aws.amazon.com/marketplace/pp/prodview-e7zxdqduz4cbs
doesn't have the aws-cli installed. So I install it in the extra_vm_bash_script and now it wants a configuration. Is there any way to get that from the ENV vars you create? Do you think I should create my own AMI just for this?

2 years ago
0 Hey, I'M Trying To Run The Aws Autoscaler And Pull A Docker Image From Ecr (Private Repository). I'M Currently Getting The Error:

Update 2: it works with the public repo using https: https://gitlab.com/gitlab-org/gitlab-foss.git but not with the private one, with
fatal: could not read Username for ' ': terminal prompts disabled

2 years ago
0 Hey, I'M Trying To Run The Aws Autoscaler And Pull A Docker Image From Ecr (Private Repository). I'M Currently Getting The Error:

I did not, I see that there's a field for extra_trains_conf , but couldn't find clear documentation on how to use it. Is it just a reference to a trains_conf (maybe clearml_conf ?)?

2 years ago
0 Hey, I'M Trying To Run The Aws Autoscaler And Pull A Docker Image From Ecr (Private Repository). I'M Currently Getting The Error:

No, I use an SSH connection which worked with the regular clearml-agent , we prefer to work with SSH instead of creating a git user.

2 years ago
Show more results compactanswers