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
OddShrimp85
Moderator
34 Questions, 59 Answers
  Active since 10 January 2023
  Last activity 26 days ago

Reputation

0

Badges 1

53 × Eureka!
0 Votes
3 Answers
758 Views
0 Votes 3 Answers 758 Views
Hi did anyone encounter gpu monitoring failed getting GPU reading, switching off GPU monitoring error on remote task pod? I am on latest sdk and clearml serv...
one year ago
0 Votes
6 Answers
957 Views
0 Votes 6 Answers 957 Views
one year ago
0 Votes
3 Answers
927 Views
0 Votes 3 Answers 927 Views
Hi, I was trying to install clearml agent using helm chart but my k8s version is not compatible. I have am older k8s version. Is there anywhere I could get a...
one year ago
0 Votes
4 Answers
918 Views
0 Votes 4 Answers 918 Views
one year ago
0 Votes
3 Answers
871 Views
0 Votes 3 Answers 871 Views
Hello, is there a way to pull dataset from a local hdd when using pipeline as function?
one year ago
0 Votes
8 Answers
989 Views
0 Votes 8 Answers 989 Views
Hi, I am running clearml agent using SDK. When I run a remote job on this clearml agent, the venv setup is totally based on my requirements.txt instead of ad...
one year ago
0 Votes
5 Answers
1K Views
0 Votes 5 Answers 1K Views
Any plans to add unpublished state for clearml-serving?
2 years ago
0 Votes
4 Answers
873 Views
0 Votes 4 Answers 873 Views
Hi guys, I have my experiment running on setup A. However I need these experiments params and output in setup B for comparison. Both setup are not linked. An...
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K Views
2 years ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello all, i am trying to make clearml store the output(model) to minio by setting the output_uri. task = Task.init(project_name='MNIST', task_name='Tensorfl...
2 years ago
0 Votes
2 Answers
948 Views
0 Votes 2 Answers 948 Views
3 years ago
0 Votes
1 Answers
921 Views
0 Votes 1 Answers 921 Views
Hello, I have some problem with my k8s glue. May I know do we need to set --gateway-address args if we are going through an ingress?
3 years ago
0 Votes
5 Answers
887 Views
0 Votes 5 Answers 887 Views
3 years ago
0 Votes
5 Answers
868 Views
0 Votes 5 Answers 868 Views
Hello guys, not sure if this is the right place to ask about clearml serving. May i know if an updated readme will be released soon? I did not manage to get ...
3 years ago
0 Votes
2 Answers
972 Views
0 Votes 2 Answers 972 Views
I have uploaded Dataset in clearml with output_uri=s3::80 . Can I ask if we do not include aws.s3.host=:80 in clearml.conf, I.e. port 80, when your task call...
one year ago
0 Votes
2 Answers
951 Views
0 Votes 2 Answers 951 Views
Hi, anyone experiencing issue with clearml-serving create ? Got error Traceback (most recent call last): File "c:\python38\lib\runpy.py", line 194, in _run_m...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello guys, I understand we can add some scripts for clearml-agent to execute prior to the task. Is it possible to add scripts to run after the task?
one year ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K Views
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
hi, may i ask if there is a good way to get the details under ClearML Task "Info" tab (output as json/python dict) using python codes?
one year ago
0 Votes
1 Answers
974 Views
0 Votes 1 Answers 974 Views
Hello, I see there are two different classes for clearml-dataset i.e. Dataset and DatasetVersion. May I know why there is a need for both when there are larg...
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hello, I have a trained model (saved as http://model.pt ) which I wanted to upload to clearml and attach it to my experimental task. So from here, my subsequ...
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
Hello, there is a means to export / import Task using Task.export_task, Task.import_task. Is there a way to preserve the task id when we bring this task from...
one year ago
0 Votes
2 Answers
995 Views
0 Votes 2 Answers 995 Views
one year ago
0 Votes
4 Answers
1K Views
0 Votes 4 Answers 1K Views
one year ago
0 Votes
2 Answers
843 Views
0 Votes 2 Answers 843 Views
Hi may I know is there a way to get the dataset_id from the dataset object? I cannot find an api for it
11 months ago
0 Votes
1 Answers
834 Views
0 Votes 1 Answers 834 Views
Is there somewhere that I can find more elaborated steps to get vscode work with clearml sessions?
one year ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi all, would like to ask what's the difference between creating pipeline from tasks, functions or decorators?
2 years ago
0 Votes
1 Answers
960 Views
0 Votes 1 Answers 960 Views
3 years ago
0 Votes
15 Answers
877 Views
0 Votes 15 Answers 877 Views
Hello guys, I am deploying my own clearml server in k8s. the pods are running well. But when I access the webserver, I do not have option to create credentia...
3 years ago
0 Votes
3 Answers
966 Views
0 Votes 3 Answers 966 Views
Hello, may i ask if there is a means to export dataset in one ClearML setup and import to another ClearML setup?
one year ago
Show more results questions
0 Hi Did Anyone Encounter

Yes. The training working well with cuda

one year ago
0 Hi, I Am Running Clearml Agent Using Sdk. When I Run A Remote Job On This Clearml Agent, The Venv Setup Is Totally Based On My Requirements.Txt Instead Of Adding On To What The Image Has Before. Why?

SdK meaning I run the agent using clearml-agent daemon ....
Alternatively I understand I can also run the agent using docker run allegroai/clearml-agent:latest. But I cannot figure out how to add --restart, --queue, -- gpus flag to the container

one year ago
2 years ago
0 Hello! I'Ve Set Sdk.Aws.S3.Verify To False, But Im Still Getting [Ssl: Certificate_Verify_Failed]. I'Ve Added Two Prints, One For

I not very sure tbh. Just want to see if this is useful....

I got SSL error few days back and I solved it by adding cert to /etc/ssl/certs and perform update-ca-certificates .

export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt

Add this. Note that verify might not work with sdk.aws.s3.verify but sdk.aws.s3.credentials . Pls see the attached image.

Example:
aws {
s3 {
credentials: [
{
` ...

one year ago
0 Hello Guys, Not Sure If This Is The Right Place To Ask About Clearml Serving. May I Know If An Updated Readme Will Be Released Soon? I Did Not Manage To Get Clearml Serving Work With My Own Clearml Server And Triton Setup.

Thanks AgitatedDove14 . Specifically, I wanted to use my own clearml server and Triton. Thus, I attempted to use --engine-container-args during launch but error saying no such flag. Looked into --help but I guessed it is not updated yet.

3 years ago
0 Hi Guys, I Have My Experiment Running On Setup A. However I Need These Experiments Params And Output In Setup B For Comparison. Both Setup Are Not Linked. Anyway For Me To Copy The Outputs And Load It In Setup B Clearml?

Ah I think I was not very clear on my requirement. I was looking at porting project level, not entire clearml data over. Is it possible instead?

2 years ago
0 Hi, I Am Running Clearml Agent Using Sdk. When I Run A Remote Job On This Clearml Agent, The Venv Setup Is Totally Based On My Requirements.Txt Instead Of Adding On To What The Image Has Before. Why?

I was browsing clearml agent gihub and saw this. Isn't this for spinning up clearml-agent in a docker and perform like a daemon?
image

one year ago
0 Hello Guys, Not Sure If This Is The Right Place To Ask About Clearml Serving. May I Know If An Updated Readme Will Be Released Soon? I Did Not Manage To Get Clearml Serving Work With My Own Clearml Server And Triton Setup.

And just a suggestion which maybe I can post in GitHub issue too.
It is not very clear what are the purpose of the project name and name, even after I read the --help. Perhaps this is something that can be made clearer when updating the docu?

3 years ago
0 Hi, Anyone Experiencing Issue With

seems like it was broken for numpy version 1.24.1.
Tried with numpy 1.23.5 and it works.

one year ago
0 Hello, May I Ask If There Is A Means To Export Dataset In One Clearml Setup And Import To Another Clearml Setup?

CostlyOstrich36 I mean the dataset object in clearml as well as the data that is tied to this object.

The intent is to bring over to another clearlml setup and keep some form of traceability.

one year ago
0 I Have Uploaded Dataset In Clearml With

Hi @<1523701070390366208:profile|CostlyOstrich36> , basically

  • I uploaded dataset using clearml Datasets. The output_uri is pointed to my s3, thus the dataset is stored in s3. My s3 is setup with http only.
  • When I retrieve the dataset for training, using Dataset.get() , I encountered ssl cert error as the url to retrieve data was https://<s3url>/... instead of s3://<s3url>/... which is http. This is weird as the dataset url is without https.
  • I am not too sure why and I susp...
one year ago
0 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 Overriding Config So Clients Can Never Upload To Clearml Server Itself As Default?

SuccessfulKoala55 i tried comment off fileserver, clearml dockers started but it doesn't seems to be able to start well. When I access clearml via webbrowser, site cannot be reached.

Just to confirm, I commented off these in docker-compose.yaml.

apiserver:
command:
- apiserver
container_name: clearml-apiserver
image: allegroai/clearml:latest
restart: unless-stopped
volumes:
- /opt/clearml/logs:/var/log/clearml
`...

2 years ago
0 Hello, I Have A Trained Model (Saved As

I figured out that it maybe possible to do these
experiment_task = Task.current_task()
OutputModel(experiment_task ).update_weights(' http://model.pt ') to attach it to the ClearML experiment task.

one year ago
0 Hello, Is There A Way To Pull Dataset From A Local Hdd When Using Pipeline As Function?

Just to add, when I run the pipeline locally it works as well.

one year ago
0 Hello, Is There A Way To Pull Dataset From A Local Hdd When Using Pipeline As Function?

When I run as regular remote task it works. But when I run as a step in pipeline, it cannot access the same folder in my local machine.

one year ago
0 Hi, I Was Trying Out The Clearml Pipelines From Task. I Had 2 Tasks That Have Run Successfully As Clearml Task. One Of The Tasks Has Dependency On External Python File. I.E. I Have Used From <External File> Import Methoda In My First Task. It Executed Fin

Hi CostlyOstrich36 I have run this task locally at first. This attempt was successful.

When I use this task to run in a pipeline (task was run remotely), it cannot find the external package. This seems logical but I not sure how to resolve this.

one year ago
0 Hi, I Was Trying Out The Clearml Pipelines From Task. I Had 2 Tasks That Have Run Successfully As Clearml Task. One Of The Tasks Has Dependency On External Python File. I.E. I Have Used From <External File> Import Methoda In My First Task. It Executed Fin

Ok. Can I check that only the main script was stored in the task but not the dependent packages?

I guess the more correct way is to upload to some repo where the remote task can still pull from it?

one year ago
0 Hello, There Is A Means To Export / Import Task Using Task.Export_Task, Task.Import_Task. Is There A Way To Preserve The Task Id When We Bring This Task From One Clearml Server To Another? Both Clearml Server Are Not Connected.

Thanks AgitatedDove14 and TimelyMouse69 . The intention was to have some traceability between the two setups. I think the best way is to enforce some naming convention (for project and name) so we can know how they are related? Any better suggestions?

one year ago
Show more results compactanswers