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
DiminutiveToad80
Moderator
20 Questions, 83 Answers
  Active since 06 September 2023
  Last activity 8 months ago

Reputation

0

Badges 1

83 × Eureka!
0 Votes
0 Answers
533 Views
0 Votes 0 Answers 533 Views
Can anyone help me with this issue?
9 months ago
0 Votes
8 Answers
1K Views
0 Votes 8 Answers 1K Views
Does anyone know how to resolve symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference
one year ago
0 Votes
1 Answers
553 Views
0 Votes 1 Answers 553 Views
Hey all, is there a way to transfer ownership of your clearml account to someone else?
11 months ago
0 Votes
1 Answers
929 Views
0 Votes 1 Answers 929 Views
one year ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
After running my pipeline on a GCP VM, I am getting the following error when installing the packages Successfully installed numpy-1.24.1 Torch CUDA 110 index...
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
Hi, is there a way to pass your Google Application credentials to the docker container while setting up the autoscaler instance?
one year ago
0 Votes
30 Answers
926 Views
0 Votes 30 Answers 926 Views
one year ago
0 Votes
3 Answers
930 Views
0 Votes 3 Answers 930 Views
How does Clearml clones the git repo, using HTTPS or SSH?
one year ago
0 Votes
6 Answers
559 Views
0 Votes 6 Answers 559 Views
Hey all, is there a way to upload a fiftyone dataset as an artifact in a clearml pipeline? I am getting the following error when I try to upload it Can't pic...
8 months ago
0 Votes
0 Answers
847 Views
0 Votes 0 Answers 847 Views
Can we use two agents on two different machines?
one year ago
0 Votes
1 Answers
763 Views
0 Votes 1 Answers 763 Views
And also is there a way to enable MFA on our clearml logins?
one year ago
0 Votes
1 Answers
487 Views
0 Votes 1 Answers 487 Views
5 months ago
0 Votes
13 Answers
977 Views
0 Votes 13 Answers 977 Views
Hi everyone, how can one import additional requirements to the pipeline while remote execution
one year ago
0 Votes
20 Answers
1K Views
0 Votes 20 Answers 1K Views
I am working up with the autoscaler, after setting up the autoscaler instance I am getting the following error when I launch the autoscaler googleapiclient.e...
one year ago
0 Votes
4 Answers
844 Views
0 Votes 4 Answers 844 Views
Hello, is there a way to create a file inside the docker container when initializing the autoscaler instance?
one year ago
0 Votes
24 Answers
1K Views
0 Votes 24 Answers 1K Views
How can I add my requirements.txt file to the pipeline instead of each tasks?
one year ago
0 Votes
9 Answers
996 Views
0 Votes 9 Answers 996 Views
does clearml creates separate virtual environments for each pipeline steps when running remotely?
one year ago
0 Votes
0 Answers
853 Views
0 Votes 0 Answers 853 Views
I am running the agent in my local machine
one year ago
0 Votes
18 Answers
913 Views
0 Votes 18 Answers 913 Views
I am trying to run one agent on my local machine and one agent on a VM
one year ago
0 Votes
2 Answers
541 Views
0 Votes 2 Answers 541 Views
Hey, when I try to run my clearml pipeline locally using pipe.start_locally(run_pipeline_steps_locally=True) , it's giving me an error TypeError: '<' not sup...
9 months ago
0 I Am Working Up With The Autoscaler, After Setting Up The Autoscaler Instance I Am Getting The Following Error When I Launch The Autoscaler Googleapiclient.Errors.Httperror: <Httperror 404 When Requesting

While creating a GCP credentials using None
What values should I insert in the following step so that the autoscaler has access, as of now I left this field blank

one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

I am uploading the dataset (for Yolov8 training) as an artifact, when I am downloading the artifact (.zip file) from the UI the path to images is something like /Users/adityachaudhry/.clearml/cache/......, but when I am doing .get_local_copy() I am getting the local folder structure where I have my images locally in my system as path. For running the pipeline remotely I want the path to be like /Users/adityachaudhry/.clearml/cache/......

one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

My git repo only contains the hash-ids which are used to download the dataset into my local machine

one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

One more thing in my git repo there is a dataset folder that contains hash-ids, these hash-ids are used to download the dataset. When I am running the pipeline remotely the files/images are downloaded in the cloned git repo inside the .clearml/venvs but when I check inside that venvs folder there are not images present.

one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

I want to understand what's happening at the backend. I want to know how running the pipeline logic and the tasks on separate agents gonna sync everything up

one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

So I should clone the pipeline, run the agent and then enqueue the cloned pipeline?

one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

Is there a way to clone the whole pipeline, just like we clone tasks

one year ago
0 Hi, Is There A Way To Pass Your Google Application Credentials To The Docker Container While Setting Up The Autoscaler Instance?

Ok so here's what I want to do, I want to export Google Application credentials to my docker container. Here's what I have tried so far

agent.extra_docker_shell_script: [
"echo -E '{
  'type': 'xxx',
  'project_id': 'xxx',
  'private_key_id': 'xxx',
  ....
}' > google-api-key.json", "export GOOGLE_APPLICATION_CREDENTIALS=google-api-key.json"]
one year ago
0 Hi, Is There A Way To Pass Your Google Application Credentials To The Docker Container While Setting Up The Autoscaler Instance?

Heyy guys, I was able to run the pipeline using autoscaler, thanks to @<1523701070390366208:profile|CostlyOstrich36> @<1523701087100473344:profile|SuccessfulKoala55> for all your help and suggestions!!

one year ago
0 Hi Everyone, How Can One Import Additional Requirements To The Pipeline While Remote Execution

So what I want to do is import the custom packages into my remote execution

one year ago
0 Hi Everyone, I Am Running A Pipeline Using The Autoscaler, I Am Able To Spin Up The Vm Instance Using The Autoscaler And The Docker Is Also Getting Installed In There Perfectly. The Issue I Am Facing Is That During Executing A Pipeline Task While Cloning

@<1523701205467926528:profile|AgitatedDove14> I was able to resolve that, but now I am having issues with fiftyone, it's showing me the following error

import fiftyone as fo
File "/root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/fiftyone/init.py", line 25, in <module>
from fiftyone.public import *
File "/root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/fiftyone/public.py", line 15, in <module>
_foo.establish_db_conn(config)
File "/root/.clearml...

one year ago
0 Hi Everyone, I Am Running A Pipeline Using The Autoscaler, I Am Able To Spin Up The Vm Instance Using The Autoscaler And The Docker Is Also Getting Installed In There Perfectly. The Issue I Am Facing Is That During Executing A Pipeline Task While Cloning

Ok I was able to resolve the above issue, but now I am getting the following error while executing a task

import cv2
File "/root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/cv2/init.py", line 181, in <module>
bootstrap()
File "/root/.clearml/venvs-builds/3.8/lib/python3.8/site-packages/cv2/init.py", line 153, in bootstrap
native_module = importlib.import_module("cv2")
File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
return _boots...

one year ago
0 Hi Everyone, I Am Running A Pipeline Using The Autoscaler, I Am Able To Spin Up The Vm Instance Using The Autoscaler And The Docker Is Also Getting Installed In There Perfectly. The Issue I Am Facing Is That During Executing A Pipeline Task While Cloning

I provided the credentials while setting up the autoscaler instance, where can I look for the clearml.conf. When I ssh into the instance, spin up by the autoscaler, I am not able to see the clearml.conf

one year ago
0 Hi Everyone, I Am Running A Pipeline Using The Autoscaler, I Am Able To Spin Up The Vm Instance Using The Autoscaler And The Docker Is Also Getting Installed In There Perfectly. The Issue I Am Facing Is That During Executing A Pipeline Task While Cloning

Just a follow up on this issue, @<1523701087100473344:profile|SuccessfulKoala55> @<1523701205467926528:profile|AgitatedDove14> I would very much appreciate it if you could help me with this.

one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

I have a pipeline which I am able to run locally, the pipeline has a pipeline controller along with 4 tasks, download data, training, testing and predict. How do I run execute this whole pipeline remotely so that each task is executed sequentially?

one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

So for my project I have a dataset present in my local system, when I am running the pipeline remotely is there a way the remote machine can access it?

one year ago
one year ago
0 How Can I Add My Requirements.Txt File To The Pipeline Instead Of Each Tasks?

when I am running the pipeline remotely, I am getting the following error message

There appear to be 6 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '

one year ago
0 Hi Everyone, How Can One Import Additional Requirements To The Pipeline While Remote Execution

And also I have a requirements file which I want to be installed when I run the pipeline remotely

one year ago
0 Does Clearml Creates Separate Virtual Environments For Each Pipeline Steps When Running Remotely?

so inside /Users/adityachaudhry/.clearml/venvs-builds.1/3.10/task_repository/ I have my git repo, I have one component that make a dataset directory inside this git repo, but when the other component starts executing this dataset directory is not there

one year ago
Show more results compactanswers