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
MassiveGoldfish6
Moderator
19 Questions, 27 Answers
  Active since 16 March 2023
  Last activity 3 days ago

Reputation

0

Badges 1

27 × Eureka!
0 Votes
1 Answers
680 Views
0 Votes 1 Answers 680 Views
Hello everybody, I am new to Clearml and could use your help with something. I am generating data and setting the metadata using ds.set_metadata(metadata='pa...
one year ago
0 Votes
5 Answers
613 Views
0 Votes 5 Answers 613 Views
one year ago
0 Votes
3 Answers
633 Views
0 Votes 3 Answers 633 Views
one year ago
0 Votes
1 Answers
596 Views
0 Votes 1 Answers 596 Views
good morning! I have a quick question regarding ClearML Dataset. When creating a new dataset, you have the option to create a description with .set_descripti...
11 months ago
0 Votes
5 Answers
619 Views
0 Votes 5 Answers 619 Views
11 months ago
0 Votes
2 Answers
567 Views
0 Votes 2 Answers 567 Views
7 months ago
0 Votes
4 Answers
692 Views
0 Votes 4 Answers 692 Views
Has anyone ran into the following error while running the clearml-serving-inference docker container after entering all the correct credentials? Temporary fa...
7 months ago
0 Votes
4 Answers
134 Views
0 Votes 4 Answers 134 Views
2 months ago
0 Votes
7 Answers
652 Views
0 Votes 7 Answers 652 Views
hello, I have a question regarding clearml task and pytorch lightning I am training a model and I want clearml to plot the accuracy and loss. According to No...
11 months ago
0 Votes
3 Answers
701 Views
0 Votes 3 Answers 701 Views
one year ago
0 Votes
0 Answers
421 Views
0 Votes 0 Answers 421 Views
7 months ago
0 Votes
1 Answers
471 Views
0 Votes 1 Answers 471 Views
hello everybody, I have a quick question, I am trying to use clearml-serving but I cant get it to work. I have a clearml server set up and now I am following...
7 months ago
0 Votes
4 Answers
92 Views
0 Votes 4 Answers 92 Views
one month ago
0 Votes
3 Answers
483 Views
0 Votes 3 Answers 483 Views
7 months ago
0 Votes
3 Answers
141 Views
0 Votes 3 Answers 141 Views
2 months ago
0 Votes
3 Answers
47 Views
0 Votes 3 Answers 47 Views
9 days ago
0 Votes
3 Answers
71 Views
0 Votes 3 Answers 71 Views
I have a project which is hidden, how do I unhide it?
25 days ago
0 Votes
3 Answers
45 Views
0 Votes 3 Answers 45 Views
Is there any documentation of how to unhide a project on clearml? I have a hidden project that really should not be
7 days ago
0 Votes
8 Answers
617 Views
0 Votes 8 Answers 617 Views
Hello everyone, I have a question regarding datasets. I writing a python script where it takes as inputs a project name and returns all datasets that exist w...
11 months ago
0 Hello, I Have A Question Regarding Clearml Task And Pytorch Lightning I Am Training A Model And I Want Clearml To Plot The Accuracy And Loss. According To

when I run the example, the plots are showing up fine but when I run my own code for a different project, the only plots that show up are gpu and cpu usage, not the validation loss or accuracy

11 months ago
0 Hello, I Have A Question Regarding Clearml Task And Pytorch Lightning I Am Training A Model And I Want Clearml To Plot The Accuracy And Loss. According To

is it possible thats it's cuased by the following "ClearML Monitor: Could not detect iteration reporting, falling back to iterations as seconds-from-start"

11 months ago
0 Hello, I Have A Question Regarding Clearml Task And Pytorch Lightning I Am Training A Model And I Want Clearml To Plot The Accuracy And Loss. According To

I am using ClearML 1.10.3, and pytorch_lightning 1.9.5. It works fine for the experiment. I believe I am on a self deployed server

11 months ago
0 Hello, I Have A General Question About Data Versioning Using Clearml. When Lets Say That My Parent Dataset Has 100 Files, And That I Create A Child Dataset From It By Adding An Extra 50 Files To The Original 100. Will My 100 Files Be Duplicated On My Serv

so if my parent dataset is 1Tb and I add a single file to create a child dataset. There will now be 2Tb of data on the server. The parent dataset is duplicated on the server?

11 months ago
0 Hello, I Have A Question Regarding Creating A Clearml Pipeline Using Pytorch Lightning. I Am Not Really Sure Where To Begin. Should I Create A Task For Each Pytorch Lightning Class In My Pipeline? Is There A Demo Or Clearml Project That Specifically Uses

I would like to implement MLOPS best practices to my project.
So in my Datamodule class, i would load the clearml data and prep it into train and test. In the lightning module class, i would create my model, and finally use trainer class to train.
How do I best utilize clearml in this scenario such that any coworker of mine is able to reproduce my work with the same pipeline?

one year ago
0 Hello Everyone, I Have A Question Regarding Datasets. I Writing A Python Script Where It Takes As Inputs A Project Name And Returns All Datasets That Exist Within That Project. I Am Using

Thank you for your response but I dont think that would solve the problem.
I'm imagining a case where all you know is the Project name and you want to pull the 2nd version out of 10 and you dont know it's id.

11 months ago
0 Hello Everybody, I Am Using The Clearml Free Version On A Project And Everything Was Working Fine. I Logged In This Morning And The Project Was Gone From The Dashboard And Now Any Time I Run A Command That Pulls Any Data From Tyhe Project, Its States Tha

@<1523701070390366208:profile|CostlyOstrich36> I realized that even though the project does not appear, the experiments do appear but in "all experiments" as if they dont belong to a project

one month ago
0 Hello Everybody, I Have A Quick Question, I Have Been Training Multiple Models And Have Reached A Point Where I Am Satisfied With A Model. How Do I Push My Model To S3 Server( Setup In The Clearml.Conf File)? Similar To What We Do When Pushing A Dataset

Sorry, I wasnt clear. I already have everything set up correctly in the clearml.conf to work with S3. I know this works because when I push datasets, the data is stored in S3. It's just that every time I run an ML experiment, clearml is using my machine as storage which is fine for experiment tracking and comparison. The only problem is that other members of my team want to use my models but they cant since they cant pull it. How do I tell clearml to use the S3 storage for an experiment inst...

2 months ago
0 Has Anyone Ran Into The Following Error While Running The Clearml-Serving-Inference Docker Container After Entering All The Correct Credentials?

So I got it to work by running sudo service docker restart . The only thing is that I have to run this every morning. Not sure why this works but it does

7 months ago
0 Has Anyone Ran Into The Following Error While Running The Clearml-Serving-Inference Docker Container After Entering All The Correct Credentials?

if I dont run it, i get back the original error temporary failure in name resolution')) : /auth.login so I have to restart docker everyday

6 months ago
0 Hello, I Am Trying To Setup Clearml-Serving And I Am Running Into Issues. I Am Following The Set-Up Tutorial To A T And Yet I Can'T Get It To Work. I Installed Clearml-Serving I Create The Serving Service Controller I Clone The Clearml-Serving Repo I Chan

Hello @<1523701070390366208:profile|CostlyOstrich36> , thank you for your recommendation but I doubled checked everything and I am still running into the same issue. The credentials are correct and not revoked.

7 months ago
0 Hello, I Am Trying To Setup Clearml-Serving And I Am Running Into Issues. I Am Following The Set-Up Tutorial To A T And Yet I Can'T Get It To Work. I Installed Clearml-Serving I Create The Serving Service Controller I Clone The Clearml-Serving Repo I Chan

and the weird part is that I got it working fine last week. I docker composed down the containers, aborted all the task and now it wont work any more and i keep getting those errors

7 months ago
0 Hello Everyone, I Have A Quick Question, I Am Using Clearml For An Ml Experiment Tracking Project. As Is, Clearml Is Saving A Version Of My Model After Each Epoch. Is There A Way For Clearml To Simply Save The Model Once Training Is Done And To Ignore The

I think this is great 😄 I do have another question.
I am using S3 as my remote. When creating datasets and uploading, everything is great, it is pushed S3. How do I push a model to S3 server? As is, after training, my models are save locally. How do I push a trained model to the S3 server specified in my clearml.conf file?

2 months ago
0 I Have A Project Which Is Hidden, How Do I Unhide It?

Hello @<1523701070390366208:profile|CostlyOstrich36> , I am on a self hosted server. This project has experiments, datasets and models

24 days ago
0 Hello Everyone, I Am Hosting My Own Clearml Server And It Is Great. However, I Ran Into A Problem Where One Of My Projects Has Become "Hidden" And I Have No Idea How. This Has Created Some Issues Where I Can No Longer Pull From The Project. How Do I Unhid

Hello @<1523701070390366208:profile|CostlyOstrich36> , thank you for the response. Would you mind pointing to some documentation because I cannot hind the system tag

8 days ago
0 Hello, I Have A General Question About Data Versioning Using Clearml. When Lets Say That My Parent Dataset Has 100 Files, And That I Create A Child Dataset From It By Adding An Extra 50 Files To The Original 100. Will My 100 Files Be Duplicated On My Serv

is this still true if the child dataset is smaller than the parent? If the parent dataset is 1Tb and I delete half the files, I will still be pushing 2Tb of data to the server?

11 months ago