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
SubstantialElk6
Moderator
115 Questions, 310 Answers
  Active since 10 January 2023
  Last activity 11 months ago

Reputation

0

Badges 1

282 × Eureka!
0 Votes
2 Answers
664 Views
0 Votes 2 Answers 664 Views
Hi i saw this announcement from NVIDIA on TAO's integration with ClearML. How can we use it?
one year ago
0 Votes
3 Answers
581 Views
0 Votes 3 Answers 581 Views
Hi, i got this screenshot from our workers tab and would like to clarify some understanding. I noticed that the Total number of workers and Number of active ...
one year ago
0 Votes
3 Answers
619 Views
0 Votes 3 Answers 619 Views
Hi, i'm wondering if ClearML did a comparison of their ClearML Pipelines with other solutions such as Apache Beam? Or if ClearML supports integration with su...
2 years ago
0 Votes
1 Answers
727 Views
0 Votes 1 Answers 727 Views
Hi is there a way to control who gets on the queue? For example, for clearml-session I don't want ppl using my queues with all four GPUs. How should I stop t...
2 years ago
0 Votes
10 Answers
572 Views
0 Votes 10 Answers 572 Views
Hi, we are using GitLab and it is a security requirement to use ssh keys to access the repos for each individual. We are also using k8s glue. Is there any pr...
2 years ago
0 Votes
1 Answers
581 Views
0 Votes 1 Answers 581 Views
Hi, would you have a working example on this?
2 years ago
0 Votes
8 Answers
579 Views
0 Votes 8 Answers 579 Views
Hi we have had some crashes on ClearML server and it was caused by ClearML uploading the models into ClearML server (by default). Is it possible to have an o...
2 years ago
0 Votes
6 Answers
611 Views
0 Votes 6 Answers 611 Views
Hi, i notice a new behavuour with clearml-agent=1.1.0. When it is installing the packages i nrequirements.txt, it failed with. clearml_agent: ERROR: HTTPSCOn...
2 years ago
0 Votes
8 Answers
576 Views
0 Votes 8 Answers 576 Views
Hi, is there any code examples of how DataOps is being established? https://clear.ml/products/clearml-dataops/
2 years ago
0 Votes
14 Answers
571 Views
0 Votes 14 Answers 571 Views
So i bumped onto this comparison shared by dagshub. It kinda placed ClearML is a rather bad position compared to everything else in the industry. https://dag...
2 years ago
0 Votes
8 Answers
729 Views
0 Votes 8 Answers 729 Views
Hi, I've a few questions on clearml-session. We will be running some GUI applications so is it possible to forward the GUI to the clearml-session? We have a ...
2 years ago
0 Votes
4 Answers
632 Views
0 Votes 4 Answers 632 Views
Hi recently upgraded all the clearml, clearml-server, clearml-agent. Now running k8s glue with clearml-agent=1.0.1rc1. python3 k8s_glue_example.py --queue 1b...
2 years ago
0 Votes
7 Answers
571 Views
0 Votes 7 Answers 571 Views
2 years ago
0 Votes
2 Answers
538 Views
0 Votes 2 Answers 538 Views
2 years ago
0 Votes
3 Answers
587 Views
0 Votes 3 Answers 587 Views
Hi, i have a docker image that needs to be run in privileged mode. How should i do the following? clearml-session: Pass the --privileged option along --docker ?
2 years ago
0 Votes
3 Answers
596 Views
0 Votes 3 Answers 596 Views
Hi, the https://github.com/allegroai/trains/blob/master/examples/services/jupyter-service/execute_jupyter_notebook_server.py file linked by following page is...
2 years ago
0 Votes
1 Answers
633 Views
0 Votes 1 Answers 633 Views
Clearml-Agent didn't seem to take the CA store from the OS. Where can i point ClearML to the CA certs, in particular for uploading of models into S3. At the ...
2 years ago
0 Votes
12 Answers
631 Views
0 Votes 12 Answers 631 Views
Hi, i am running several python scripts but all for the same project/task. Is it possible to Task.init to existing running/completed task and adding on the r...
3 years ago
0 Votes
2 Answers
581 Views
0 Votes 2 Answers 581 Views
3 years ago
0 Votes
2 Answers
693 Views
0 Votes 2 Answers 693 Views
Hi, I was uploading an image artifact using the following but in the preview I only get an array instead of an image. Am I doing something wrong? im=cv2.imre...
3 years ago
0 Votes
3 Answers
629 Views
0 Votes 3 Answers 629 Views
Just wondering, why aren't you guys getting yourselves known in GTC?
3 years ago
0 Votes
6 Answers
637 Views
0 Votes 6 Answers 637 Views
Hi, i can't seem to set a password to clearml, anyone seems to be able to just enter the username and they can enter that username's workspace.
3 years ago
0 Votes
5 Answers
653 Views
0 Votes 5 Answers 653 Views
2 years ago
0 Votes
5 Answers
684 Views
0 Votes 5 Answers 684 Views
Hi, how might i use the SDK to pull parameters of the agent's clearml.conf into my code during runtime? For example, if i wish to pull the configuration for ...
2 years ago
0 Votes
0 Answers
642 Views
0 Votes 0 Answers 642 Views
Hi, can i configure a custom clearml.conf path for both clearml and clearml-agent?
3 years ago
0 Votes
1 Answers
677 Views
0 Votes 1 Answers 677 Views
Hi, would like to check. So an agent pulled a docker image and install the pip dependencies on it. What if I have OS library dependencies as well? (Apt insta...
3 years ago
0 Votes
26 Answers
624 Views
0 Votes 26 Answers 624 Views
Hi, my DevSecOps team has raised some issues of us deploying ClearML for use. In particular, they are not happy with docker.sock configuration as it would po...
3 years ago
0 Votes
29 Answers
717 Views
0 Votes 29 Answers 717 Views
Hi, I started my agent using. clearml-agent daemon --gpus 0 --queue gpu --docker --foreground, with the following parameters in clearml.conf. default_docker:...
3 years ago
0 Votes
2 Answers
583 Views
0 Votes 2 Answers 583 Views
Hi, i was trying out the steps on this ( https://github.com/allegroai/clearml/blob/master/docs/clearml-task.md ) and encountered the following error. Environ...
3 years ago
0 Votes
2 Answers
589 Views
0 Votes 2 Answers 589 Views
Sorry, I'm asking too much questions today. I gave myself a whole day to fully evaluate ClearML...that's why. Here goes. Regarding Automatic Logging (Automag...
3 years ago
Show more results questions
0 Hi, We Are Having An Interesting Issue Here. We Serve Many Users And Each User Has Their Own Credentials In Accessing The Private Git Repo. We Can'T Seem To Find A Way For The End User To Pass In Their Git Credentials When They Run Their Codes In Both Age

Hi AgitatedDove14 . I'm trying out passing env via the code instead.
task.set_base_docker("nvcr.io/nvidia/tensorflow:19.11-tf2-py3 --env TRAINS_AGENT_GIT_USER=git_username_here --env TRAINS_AGENT_GIT_PASS=git_password_here")So the strange thing is when my k8sglue pulls a task, this happens.
` Pulling task xxxxxxxxxx launching on kubernetes cluster
Pushing task xxxxxxxxxx into temporary pending queue
Kubernetes scheduling task id=xxxxxxxxxxxx
skipping docker argument TRAINS_AGENT_GIT_USE...

3 years ago
0 Hi, Is There Any Code Examples Of How Dataops Is Being Established?

Create immutable and differentiable versions on-prem or in the cloud with our data agnostic solution.

2 years ago
0 Hi, I Started My Agent Using. Clearml-Agent Daemon --Gpus 0 --Queue Gpu --Docker --Foreground, With The Following Parameters In Clearml.Conf.

Sorry i don't quite understand this. The task itself was submitted as I run the code on the client. I suppose the dependancies requirements would be copied over as the experiment is cloned?

3 years ago
0 Hi, I Started My Agent Using. Clearml-Agent Daemon --Gpus 0 --Queue Gpu --Docker --Foreground, With The Following Parameters In Clearml.Conf.

Ok that worked. So every time i have changes in codes, i will have to rerun the experiment on my own machine that doesn't have any GPUs?

Kinda defeat the purpose of using ClearML Agent.

3 years ago
0 Hi, I Started My Agent Using. Clearml-Agent Daemon --Gpus 0 --Queue Gpu --Docker --Foreground, With The Following Parameters In Clearml.Conf.

Thank. Gonna try that out. But i hit another snag. Strangely, the Agent is not creating the right venv. This is what the Agent created.
` pip:

  • asn1crypto==0.24.0
  • attrs==20.3.0
  • certifi==2020.12.5
  • chardet==4.0.0
  • cryptography==2.1.4
  • Cython==0.29.22
  • furl==2.1.0
  • future==0.18.2
  • humanfriendly==9.1
  • idna==2.6
  • importlib-metadata==3.7.0
  • jsonschema==3.2.0
  • keyring==10.6.0
  • keyrings.alt==3.0
  • orderedmultidict==1.0.1
  • pathlib2==2.3.5
  • psutil==5.8.0
  • pycrypto==2.6.1
  • pygobject...
3 years ago
3 years ago
0 Hi, We Are Having An Interesting Issue Here. We Serve Many Users And Each User Has Their Own Credentials In Accessing The Private Git Repo. We Can'T Seem To Find A Way For The End User To Pass In Their Git Credentials When They Run Their Codes In Both Age

Hi AgitatedDove14 , i was refering to
task.set_base_docker("nvcr.io/nvidia/tensorflow:19.11-tf2-py3 --env TRAINS_AGENT_GIT_USER=git_username_here --env TRAINS_AGENT_GIT_PASS=git_password_here")The above will give error
skipping docker argument TRAINS_AGENT_GIT_USER=git_username_here (only -e --env supported) TRAINS_AGENT_GIT_PASS=git_username_here (only -e --env supported)

3 years ago
0 Hi

Thanks. Which brings me to the question. How does ClearML deal with all the CVEs? What is your process for response?

2 years ago
0 Hi I Saw This On The Clearml-Agent Docs But Other Than The Docker Image, I'M Not Sure How To Integrate This With Clearml Py And Clearml-Server. Please Advise.

Hi, so this means if i want to use Kubernetes, i would have to 'manually' install multiple agents on all the worker nodes?

3 years ago
0 Hi I Saw This On The Clearml-Agent Docs But Other Than The Docker Image, I'M Not Sure How To Integrate This With Clearml Py And Clearml-Server. Please Advise.

I would like to run ClearML agent on kubernetes. So basically I need to run the image on a pod, but there isn't any information on how the agent would communicate with the code, nor how it would spawn more pods to run the task.

3 years ago
0 Hi I Saw This On The Clearml-Agent Docs But Other Than The Docker Image, I'M Not Sure How To Integrate This With Clearml Py And Clearml-Server. Please Advise.

This is probably the whole script.

kubectl get nodes
pip install clearml-agent
python k8s_glue_example.py

3 years ago
0 Hi I Saw This On The Clearml-Agent Docs But Other Than The Docker Image, I'M Not Sure How To Integrate This With Clearml Py And Clearml-Server. Please Advise.

python k8s_glue_example.py --queue gpu --namespace default 
Traceback (most recent call last):
 File "k8s_glue_example.py", line 86, in <module>
  main()
 File "k8s_glue_example.py", line 80, in main
  namespace=args.namespace,
 File "/home/administrator/clearml-agent-k8s/venv/lib/python3.6/site-packages/clearml_agent/helper/base.py", line 239, in _ call _
  cls. instances[cls] = super(Singleton, cls). call_(*args, **kwargs)
TypeError: _ init _() got an unexpected keyword argument 'base_pod...

3 years ago
0 Hi I Saw This On The Clearml-Agent Docs But Other Than The Docker Image, I'M Not Sure How To Integrate This With Clearml Py And Clearml-Server. Please Advise.

The doc also mentioned preconfigured services with selectors in the form of
"ai.allegro.agent.serial=pod-<number>" and a targetPort of 10022. Would you have any examples of how to do this?

3 years ago
0 Hi I Saw This On The Clearml-Agent Docs But Other Than The Docker Image, I'M Not Sure How To Integrate This With Clearml Py And Clearml-Server. Please Advise.

Hi AgitatedDove14 , i've got the same error. It would appear that the code references clearml_agent/helper/base.py which i believe is part of clearml-agent v0.17.1. Could that be the issue?

3 years ago
Show more results compactanswers