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 4 months ago

Reputation

0

Badges 1

83 × Eureka!
0 Votes
0 Answers
708 Views
0 Votes 0 Answers 708 Views
Can we use two agents on two different machines?
12 months ago
0 Votes
0 Answers
703 Views
0 Votes 0 Answers 703 Views
I am running the agent in my local machine
12 months ago
0 Votes
18 Answers
757 Views
0 Votes 18 Answers 757 Views
I am trying to run one agent on my local machine and one agent on a VM
12 months ago
0 Votes
9 Answers
847 Views
0 Votes 9 Answers 847 Views
does clearml creates separate virtual environments for each pipeline steps when running remotely?
12 months ago
0 Votes
1 Answers
635 Views
0 Votes 1 Answers 635 Views
And also is there a way to enable MFA on our clearml logins?
11 months ago
0 Votes
24 Answers
944 Views
0 Votes 24 Answers 944 Views
How can I add my requirements.txt file to the pipeline instead of each tasks?
one year ago
0 Votes
7 Answers
882 Views
0 Votes 7 Answers 882 Views
Hi, is there a way to pass your Google Application credentials to the docker container while setting up the autoscaler instance?
11 months ago
0 Votes
2 Answers
399 Views
0 Votes 2 Answers 399 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...
6 months ago
0 Votes
0 Answers
397 Views
0 Votes 0 Answers 397 Views
Can anyone help me with this issue?
6 months ago
0 Votes
1 Answers
432 Views
0 Votes 1 Answers 432 Views
Hey all, is there a way to transfer ownership of your clearml account to someone else?
8 months ago
0 Votes
1 Answers
812 Views
0 Votes 1 Answers 812 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...
11 months ago
0 Votes
3 Answers
765 Views
0 Votes 3 Answers 765 Views
How does Clearml clones the git repo, using HTTPS or SSH?
12 months ago
0 Votes
13 Answers
831 Views
0 Votes 13 Answers 831 Views
Hi everyone, how can one import additional requirements to the pipeline while remote execution
one year ago
0 Votes
8 Answers
852 Views
0 Votes 8 Answers 852 Views
Does anyone know how to resolve symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference
11 months ago
0 Votes
6 Answers
387 Views
0 Votes 6 Answers 387 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...
4 months ago
0 Votes
30 Answers
751 Views
0 Votes 30 Answers 751 Views
11 months ago
0 Votes
1 Answers
312 Views
0 Votes 1 Answers 312 Views
2 months ago
0 Votes
4 Answers
699 Views
0 Votes 4 Answers 699 Views
Hello, is there a way to create a file inside the docker container when initializing the autoscaler instance?
10 months ago
0 Votes
20 Answers
854 Views
0 Votes 20 Answers 854 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...
11 months ago
0 Votes
1 Answers
760 Views
0 Votes 1 Answers 760 Views
11 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

11 months ago
0 Does Anyone Know How To Resolve Symbol Cublasltgetstatusstring Version Libcublaslt.So.11 Not Defined In File Libcublaslt.So.11 With Link Time Reference

So I am running a pipeline on a GCP VM, my VM has 1 NVIDIA GPU, and my requirements.txt has torch==1.13.1+cu117
torchvision==0.14.1+cu117

When I am running the Yolo training step I am getting the above error.

11 months ago
0 Hey, When I Try To Run My Clearml Pipeline Locally Using

I got the issue resolved, thanks though

6 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

2023-10-03 20:46:07,100 - clearml.Auto-Scaler - INFO - Spinning new instance resource='clearml-autoscaler-vm', prefix='dynamic_gcp', queue='default'
2023-10-03 20:46:07,107 - googleapiclient.discovery_cache - INFO - file_cache is only supported with oauth2client<4.0.0
2023-10-03 20:46:07,122 - clearml.Auto-Scaler - INFO - Creating regular instance for resource clearml-autoscaler-vm
2023-10-03 20:46:07,264 - clearml.Auto-Scaler - INFO - --- Cloud instances (0):
2023-10-03 20:46:07,482 - clearm...

11 months 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

11 months 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...

11 months 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

Because I think I need to have the following two lines in the .bashrc and the Google_Application_credentials
git config --global user.email 'email'
git config --global user.name "user_name"

11 months 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

Note: switching to 'commit_id'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting ...

11 months 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

If you can let me know @<1576381444509405184:profile|ManiacalLizard2> @<1523701087100473344:profile|SuccessfulKoala55> how to resolve this, that would be very much helpful

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

All I need to do is

pip install -r requirements.txt
pip install .
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 Hi Everyone, How Can One Import Additional Requirements To The Pipeline While Remote Execution

I want to know how to execute pip install . to import all the custom packages

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
one year ago
0 I Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

So the issue I am facing is, I am running the pipeline controller task on my local system agent and the steps of the pipeline on an agent running on GCP VM, the first step of the pipeline is failing showing clearml_agent: ERROR: Failed cloning repository.

12 months ago
0 I Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

so you mean when i ssh into my VM i need to do a git clone and then spin up the agent, right?

12 months ago
0 I Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

Ok, it's cloning but it's asking for my github credentials

12 months ago
0 I Am Trying To Run One Agent On My Local Machine And One Agent On A Vm

Do I need not make changes into clearml.conf so that it doesn't ask for my credentials or is there another way around

12 months ago
0 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

dataset = fo.Dataset.from_dir(
labels_path=labels_path,
dataset_type=fo.types.COCODetectionDataset,
label_field="ground_truth",
use_polylines=True
)
task.upload_artifact(
name="Dataset",
artifact_object=dataset,
)

4 months ago
Show more results compactanswers