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, 3694 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
0 Hi, How Can I Get Commit Id For Task Using Apiclient?

Can you please add here what you're sending + what is received?

2 years ago
0 Hi All, I'M Trying To Run The Clearml Agent From Dockerhub Image

Or are you just trying to run clearml-agent?

2 years ago
0 Hi Everyone, We Have Been Using Clearml Free And It Has Been Working Fine! However We Have Noticed In The Last Few Days That Python Sdk Is Very Slow. Any Idea Of What The Issue Might Be?

Hi @<1534344462161940480:profile|QuaintSeal61> , have you upgraded to a new version? Are you self hosted or using the community server? Also, can you elaborate on which part of it is slow? 🙂

one year ago
0 Hello, I’Ve Enabled The Web Authentication For My Clearml Server And I’M Wondering Whether There’S A Way To Avoid Restarting All The Clearml Services Every Time A New User Is Added. For Example If Some Experiments Are Ongoing A New User Can’T Be Added Wit

I'm not sure it's not possible in the open version. I think this is because the users are loaded into the server when the server loads all the config files. This usually happens on server startup.

However, even if you simply restart the apiserver, any running experiments should continue running and resume communication with the backend once the apiserver is back up.

There is also the option of manually creating documents directly on mongodb - but it is unadvisable.

2 years ago
0 Can I Get In Python The Name Of The Person Who Created A Given Task By Calling Some Method Of A Task?

If you don't have many users you can see which user ID fits which name. If you want to make it automatic I think you'll need to use the API endpoint users.get_all

2 years ago
0 Hi All, I'M Trying To Run The Clearml Agent From Dockerhub Image

Hi PunyWoodpecker71 , what are you trying to do?
Do you have K8s?

2 years ago
0 Hello Clearml Ppl

FreshKangaroo33 , I'll play with it a bit to see what works 🙂

2 years ago
0 Hello. Is The Self-Hosted Clearml Subject To Restrictions Of The The Remote-Hosted Versions On Calls / Gb/ Etc., Or Is It Unrestricted?

Hi @<1688721775728267264:profile|VastGiraffe70> , the self hosted version is completely unrestricted from the usage perspective

7 months ago
0 Hi! Any Idea Why Clearml Fails To Detect Iteration Reporting?

GrievingTurkey78 , the default is 3 minutes. You can try setting to a long enough time to make sure it doesn't skip the epoch 🙂

3 years ago
0 Hey While Trying To Upload A (~14 Gb) Dataset, We Get The Following Error:

@<1544853695869489152:profile|NonchalantOx99> , it seems like the server isn't reachable. Isn't self hosted?

one year ago
0 Hi Guys! Is There Any Way To Get Full State Of Dataset From Somewhere, Except My S3 Bucket? I Need A Mapping Of Files And Batches That Were Uploaded As A Dataset. Maybe This Information Is Also Available In One Of The Clearml Databases?

o, if I pull this file from s3 bucket, I can conclude which chunk I should download to get a specific file. Am I wrong?

I think you're right. Although I'm not sure if you can decompress individual chunks - worth giving it a try!

I also though clearML writes this mapping (

state.json

) into one of its databases: Mongo, Redis, Elasticsearch.

I think the state.json is saved like an artifact so the contents aren't really exposed into one of the dbs

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

@<1547028031053238272:profile|MassiveGoldfish6> , what do you mean you have to run it every morning? What happens otherwise?

one year 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

3 years ago
0 Hi Everyone I Am Experiencing Issues With

Hi @<1643785593177509888:profile|FrustratingSeagull27> , do you have some sample code that recreates this behavior?

11 months ago
0 Hi, Is There A Way To Forbid Uploading Datasets Into Fileserver Or To Make S3 Storage A Default Location For Datasets? As Far As I Know, The Only Way To Upload Dataset To The S3 Storage Is To Use

ContemplativeGoat37 , I'm curious about your implementation. Which method was more relevant - config file change or using an environment variable or are both useful?

2 years ago
0 I Am Getting Certificate Warning When Running Clearml:

LethalCentipede31 , it appears we had an internal issue with a load balancer, it was fixed a couple of minutes after your comment 🙂

3 years ago
0 Hi, Is There A Way To Share Reports With Users That Are Not Part Of The Workspace?

No, but I think it would make sense to actually share reports outside of your workspace, similar to experiments. I'd suggest opening a GitHub feature request

11 months ago
0 Hi Guys, Is There Cli To Download Artifacs Based On Id Artifacs?

There is a CLI for working with datasets but nothing specific for task artifacts I think, only the SDK. What is your use case?

one year ago
Show more results compactanswers