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

Reputation

0

Badges 1

83 × Eureka!
0 Votes
1 Answers
276 Views
0 Votes 1 Answers 276 Views
Hey all, is there a way to transfer ownership of your clearml account to someone else?
6 months ago
0 Votes
4 Answers
524 Views
0 Votes 4 Answers 524 Views
Hello, is there a way to create a file inside the docker container when initializing the autoscaler instance?
9 months ago
0 Votes
20 Answers
651 Views
0 Votes 20 Answers 651 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...
9 months ago
0 Votes
8 Answers
667 Views
0 Votes 8 Answers 667 Views
Does anyone know how to resolve symbol cublasLtGetStatusString version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference
10 months ago
0 Votes
1 Answers
470 Views
0 Votes 1 Answers 470 Views
And also is there a way to enable MFA on our clearml logins?
9 months ago
0 Votes
24 Answers
747 Views
0 Votes 24 Answers 747 Views
How can I add my requirements.txt file to the pipeline instead of each tasks?
10 months ago
0 Votes
1 Answers
627 Views
0 Votes 1 Answers 627 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...
10 months ago
0 Votes
30 Answers
573 Views
0 Votes 30 Answers 573 Views
9 months ago
0 Votes
7 Answers
652 Views
0 Votes 7 Answers 652 Views
Hi, is there a way to pass your Google Application credentials to the docker container while setting up the autoscaler instance?
9 months ago
0 Votes
13 Answers
655 Views
0 Votes 13 Answers 655 Views
Hi everyone, how can one import additional requirements to the pipeline while remote execution
10 months ago
0 Votes
1 Answers
108 Views
0 Votes 1 Answers 108 Views
one month ago
0 Votes
6 Answers
202 Views
0 Votes 6 Answers 202 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...
3 months ago
0 Votes
0 Answers
546 Views
0 Votes 0 Answers 546 Views
I am running the agent in my local machine
10 months ago
0 Votes
18 Answers
604 Views
0 Votes 18 Answers 604 Views
I am trying to run one agent on my local machine and one agent on a VM
10 months ago
0 Votes
9 Answers
632 Views
0 Votes 9 Answers 632 Views
does clearml creates separate virtual environments for each pipeline steps when running remotely?
10 months ago
0 Votes
3 Answers
582 Views
0 Votes 3 Answers 582 Views
How does Clearml clones the git repo, using HTTPS or SSH?
10 months ago
0 Votes
0 Answers
543 Views
0 Votes 0 Answers 543 Views
Can we use two agents on two different machines?
10 months ago
0 Votes
2 Answers
238 Views
0 Votes 2 Answers 238 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...
4 months ago
0 Votes
0 Answers
238 Views
0 Votes 0 Answers 238 Views
Can anyone help me with this issue?
4 months ago
0 Votes
1 Answers
575 Views
0 Votes 1 Answers 575 Views
10 months 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

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

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

Is there a way to change the path inside the .txt file to clearml cache, because my images are stored in clearml cache only

10 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

File "/opt/conda/envs/bumlo/lib/python3.10/site-packages/clearml/binding/artifacts.py", line 745, in upload_artifact
pickle.dump(artifact_object, f)
_pickle.PicklingError: Can't pickle <class 'mongoengine.base.metaclasses.samples.6627e5ecc60879fe5e49cee6'>: attribute lookup samples.6627e5ecc60879fe5e49cee6 on mongoengine.base.metaclasses failed

3 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,
)

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

I got the issue resolved, thanks though

4 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...

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

10 months 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!!

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

So I am running a pipeline(using tasks) remotely and one of my task is importing stuff from one of my local repository, but it's giving me an error when I run the pipeline remotely

10 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"

9 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

@<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...

9 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...

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

Also I was facing another issue, the task is not able to clone the github repo, it's showing authentication error even though I have passed my git credentials

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

10 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

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

because when I was running both agents on my local machine everything was working perfectly fine

10 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

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

is there a way that there is only one environment for the whole pipeline?

10 months ago
Show more results compactanswers