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, 4210 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0
0 Will Self Hosted Version Clearml Have Reports Features?

Hi QuaintJellyfish58 , it already is! Just upgrade your server to 1.9 to have the feature 🙂

2 years ago
0 Hi, While Loading A Task I See The Following Line In The Output:

Disabling the VCS cache will no longer cache the cloned git folder You can filter by 'Running' Experiments in ClearML and search for one that hasn't reported for a while and start investigating those

3 years ago
0 Do I Understand Correctly That Python Versions Must Match Between Client (My Mac, Sends Task For Remote Execution) And Clearml-Agent? I Don’T Really Get How The Environments Are Managed. All I Want To Do Is Take My Code And Execute It On The Agent Machin

Hi AdventurousButterfly15 ,

When running code locally, how are the installed packages detected? Does it detect your entire venv or does it detect only the packages that were used?

3 years ago
0 How To Apply Agent Configuration (I.E.

You can set CLEARML_AGENT_DEAMON_OPTIONS and these will be added to the clearml-agent command in the docker. Default is ---services-mode --create-queue

2 years ago
0 Hi Everyone!

Simply point it to the relevant address

7 months ago
0 Hi, I'M Looking For An Example Show How

Hi OutrageousSheep60 ,

I'm not sure I've seen such an example. But you can definately wrap torch dataset in clearml datasets. I am over simplifying but in the end think of the clearml dataset is like a large zip of all your files.

3 years ago
0 Hello, I Have The Following Basic Snippet Where I'M Trying To Add Another Value To The Task'S Connected Arguments After Calling

GiganticTurtle0 , which ClearML version are you using? From what I can see in the documentation to add the new parameters, you'll have to task.connect() again to add the new args

4 years ago
11 months ago
0 Hi, Some Plots Don'T Render Via

What happens during the run is that plotly plots are shown during run on your computer but they don't show in UI and ONLY after the run is finished the plots show up?

Are your runs long?

3 years ago
0 Hi Community! I Currently Have Clearml (Awesome Btw : ) ) Free Running, With Azure Blob Storage. I Need To Migrate The Storage To A New Storage Account. Is There Any Recommended Way/Tips To Do This Migration In Clearml? Moving The Data Outside Of Clearml

Hi @<1534344465790013440:profile|UnsightlyAnt34> , I'm afraid there is no easy way to do it. You would need to edit the links in mongodb/elastic to properly migrate it

2 years ago
0 Hi, Can I Run A Single Hyperparameter Optimization Task With At Least 100 Experiments On Multiple Machines By Using Clearml-Agent And Queue?

Did you run the code locally first? I don't see the agent installing the packages themselves, did you remove it from the log or how are the packages being installed?

one year ago
0 I Have A Question Regarding "Imitating" An Agent Pulling Some Task For Debugging Purposes I Am Trying To Do Something Like: Creating A Task On The Server

@Alex Finkelshtein, if the parameters you're using are like this:

parameters = { 'float': 2.2, 'string': 'my string', }
Then you can update the parameters as mentioned before:
parameters = { 'float': 2.2, 'string': 'my string', } parameters = task.connect(parameters) parameters['new_param'] = 'this is new' parameters['float'] = '9.9'
Please note that parameters['float'] = '9.9' will update the parameter specifically. I don't think you can update the parameter en masse...

4 years ago
0 Hi, All I Am Trying To Setup Clear-Ml Environment In Local. I Have One Question That Clear-Ml Has Some Plan To Integrated Some Data Label Tool(For Example, The Picture Label Tool) Into The Clear-Ml Webapp?

Hi @<1572395190897872896:profile|ShortWhale75> , this capability exists as part of the HyperDatasets feature which is present in the Scale/Enterprise licenses.

2 years ago
2 years ago
3 years ago
3 years ago
0 What Determines The Value Of User? (See Screenshot) Right Now All My Teammates' Experiments Show Up Under My Own User Name. Thanks

WittyOwl57 , when creating credentials, the credentials are associated with your user. So even if you give others those credentials, the experiments in the system will show up under the user who's credentials were being used when running the experiment 🙂

Hope this helps

4 years ago
0 Hi Everyone, I Have Been Using Clearml Self Hosted For Experiment Visualisation - Logging Loss And Uploading Debug Samples Etc. Our Clearml Server Is Running On A Aws Instance, With The Fileserver And Databases (Mongo, Redis Etc) On That Instance. We Run

Hi TimelyCrab1 , directing all your outputs to s3 is actually pretty easy. You simply need to configure api.files_server: <S3_BUCKET/SOME_DIR> in clearml.conf of all machines working on it.

Migrating existing data is more difficult since everywhere in the system everything is saved as links. I guess you could change the links in mongodb but I would advise against it.

2 years ago
11 months ago
0 I Noticed When I Restore Entire Clearml App (Tar And Untar

Hi @<1523701842515595264:profile|PleasantOwl46> , I'm not sure. Do you see any errors in the API server on such a startup?

11 months ago
0 Hey, I'D Like To Store My Trained Models, Results Of Transformers Training, Into Local Disk. I Tried To Set Up

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , you can click on the model in the artifacts tab and that should take you to the model repository. What is logged in the url of the model?

2 years ago
0 Does That Mean You Will Lose Credentials If You Restart Clearml Dockers?

You shouldn't lose credentials. How exactly are you deploying your server? All of the related data to the server should be saved in one of the /opt/ folders as explained in the installation steps

one year ago
Show more results compactanswers