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
CostlyOstrich36
Moderator
0 Questions, 3782 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi There, I Am Working On An Audio Analysis Project And I Am Interested In Using Clearml To Manage Our Data Versions And Models. However, I Have Some Questions About Dataset Versioning And Reproducibility That I Hope You Can Help Me With. Specifically, I

A big part of the way Datasets work is to turn the data into a parameter rather than be part of the code. You will be able to easily reproduce experiments 🙂

one year ago
0 Hi, I Have An Aws Autoscaler Based On The Sample Autoscaler Example Posted In Clearml Git. My Instances Need Random External Ip On Init. Is There A Way To Edit The Yaml Created By The Python Script To Do So?

Hi @<1639799308809146368:profile|TritePigeon86> , you mean that in order to initialize machines in ec2 you need to provide some external ip or you need to pass the external ip as a parameter in order for the job to run?

12 months ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Hi HurtWoodpecker30

Did you change clearml version? What version are you using?

2 years ago
2 years ago
0 Hi Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Are you using a self hosted server or the SaaS solution?

2 years ago
2 years ago
0 Hi Everyone, Two Questions: 1- How Does Clearml Figures Out The Environment? For Example In My Env I Have This

Hi AttractiveCockroach17 , in the first question - clearml captures the packages used during the run. What does your script use and what does clearml capture when running locally on your machine?

You can configure the clearml to capture your entire environment as well.

Regarding 2:
Can you please expand on the entire process?

2 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

Also in network section of developer tools. What is returned to one of the 400 messages?

2 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

Hi JumpyDragonfly13 , can you try going to http://localhost:8080/login ? What happens when you open developer tools (F12) when browsing currently

2 years ago
0 Hello, I Encountered An Issue While Deploying A Self-Hosted Clearml Server, By Following The Official Docker Compose

I'm accessing both using SSH tunneling & the same domain

I guess we found the culprit 🙂

2 years ago
0 Hello, Is It Possible To Migrate From A Domain Name To Another ? I Have Instanciated A Clearml Server With Domain Name Myclearml.Server Et A Data File Server With Domaine Name Myminio.Server And Some Data Scientists Used It. Now I Have Backuped The Data

Hi DepravedCoyote18 , as long as you have everything backed up (configurations and data) on /opt/clearml/ (I think this is the default folder for storing clearml related stuff) the server migration should work (Data is a different issue).

However, ClearML holds links internally for datasets/debug samples/artifacts and a few other outputs maybe. Everything currently logged in the system to a certain minio server will still be pointing to that minio server.

Does that make sense?

2 years ago
0 Hello, Is It Possible To Migrate From A Domain Name To Another ? I Have Instanciated A Clearml Server With Domain Name Myclearml.Server Et A Data File Server With Domaine Name Myminio.Server And Some Data Scientists Used It. Now I Have Backuped The Data

No problem 🙂
Imagine that internally for an artifact that is saved in some address my-minio-host:9000/FILE
Internally ClearML keeps the link to the artifact as is. It doesn't matter where the ClearML backend is located/deployed since it will always be pointing to the same address. You could hack it around by doing changes on Mongo directly but I would strongly advise against it if you're not sure what you're doing

2 years ago
0 Which Is The Best Way To Execute Clearml -Agent: "Clearml-Agent Daemon --Queue Default" Or "Clearml-Agent Daemon --Queue Default --Docker"

It really depends on how you want to work. The --docker tag will make the agent run in docker mode, allowing it to spin docker containers to run the jobs inside

2 years ago
0 Is There A Way Clearml Can Be Stopped From Updating Dependencies When Cloning?

Can you elaborate on this? You mean package dependencies when experiments are executing via agent?

2 years ago
0 Hi, I Want To Simultaneously Initialize A Task (From A Python Script) And Enqueue It To A Remote Machine With A Clearml Agent. However, I Didn'T Find How To Do It Yet. What I Tried:

Hi DullPeacock33 , I think what you're looking for is this:
https://clear.ml/docs/latest/docs/references/sdk/task#execute_remotely
This will initialize all the automagical stuff but won't require running the script locally.
What do you think?

2 years ago
0 Hi. When Using Sklearn'S

Or are you using ClearML's HPO?

2 years ago
0 Second: Is There A Way To Take Internally Tracked Training Runs And Publish Them Publicly, E.G. For A Research Paper? "Appendix A: Training Runs Can Be Found Here, Feel Free To Explore Them And Look At The Loss Curves"? For Example

Regarding this one, there is actually a way. If you work on http://app.clear.ml you can share an experiment for other users to see. However, to see the experiment people getting the link would need to sign up. This could also be a pretty cool feature request to make it completely public and open. Maybe open another feature request.

2 years ago
0 Hello Is There Any Actual Way To Modify

Hi GloriousPenguin2 , how did you try to modify it? From the code it looks like it's expecting a configuration and it will sample it once every few minutes

2 years ago
Show more results compactanswers