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

Reputation

0
0 Hi All, While Training Some Models I Noticed That My Api Calls Are Going Through The Roof, Is There A Way To Control The Amount Of Api Calls? Is There A Way To Update All The Plots And Console Print On The App.Clear.Ml For Every Some Epoch? Or Aggregating

I think these are the configurations you are looking for:

sdk.development.worker.report_event_flush_threshold
sdk.development.worker.console_cr_flush_period

inside clearml.conf

2 years ago
0 Hi Folks, I Have A Question Related To The Storage Of Artifacts, As It Is Not Entirely Clear To Me Where To Configure It. If I Read The Documentation

Hi SarcasticSquirrel56 ,

You can use output_uri=<S3_BUCKET> in Task.init() to upload artifacts to s3. Is that what you're looking for?

2 years ago
0 Also (Unrelated), I Noticed That After The Upgrade To Clearml Server 1.2.0, The Aws (Minio) Credentials Are Not Saved/Used. It Keeps Asking For Them Whenever I Switch To Debug Samples.

UnevenDolphin73 , I've encountered a similar issue with s3. I believe it's going to be fixed in the next release ๐Ÿ™‚

3 years ago
0 Monitoring Related Question

Hi @<1607909176359522304:profile|UnevenCow76> , I suggest you review the following video on serving - None

This also explains how to visualize different metrics in Grafana

one year ago
0 Hey Guys, In A Fresh Self-Hosted Clearml Server I Have The Issue That I Cannot See Any Preview Images Of The Files In A Dataset. It Seems Like A Bug, But Maybe I Am Doing Something Wrong?

Looping in @<1523703436166565888:profile|DeterminedCrab71> & @<1523701435869433856:profile|SmugDolphin23> for visibility

2 years ago
0 Hi All

Hi @<1546303293918023680:profile|MiniatureRobin9> , please take a look at add_pipeline_tags in
None

2 years ago
0 Hi Community, When I Configure A

Hi @<1523701132025663488:profile|SlimyElephant79> , to answer your questions:

  • Does ClearML store any dataset outside of this S3 storage (and local storage) for preview or compression purposes?Some preview data might be stored inside mongodb (if it's a table for example). This of course can be disabled so no data/previews are exposed to the ClearML backend.

  • Are any data packets related to model or data versioning routed through the API server? (We are pretty confident it shouldn't, but j...

one year ago
11 months ago
0 My Task Is In Pending State, After I Enqueued The Task Its In Pending State, Need Help!!

Hi @<1570583227918192640:profile|FloppySwallow46> , please don't @ the entire channel for help ๐Ÿ™‚
If a task is in pending it means that no agent picked it up yet. Maybe the agent is unavailable or the process crashed. Check in that direction

one year ago
0 When Clearml Converts A

GiganticTurtle0 hi!

Do you have an example of your use case?

3 years ago
0 Hello, Friends! I'Ve Got A Problem. I Am Trying To Restore Clearml Server From Backup. I Did What Docs Tell: Archived "Config" And "Data" Folders, Moved Them To New System. I Copied Docker Compose File And Set Correct Paths. When I Try To Run This Apiserv

What are the Elasticsearch, Mongo and apiserver versions in the docker compose are? Backup will only work in this scenario when they are exactly the same between 2 systems.

8 months ago
0 Clearnl Failed To Detect Custom Packages

I think this is what you need:
None

one year ago
0 Hi, When Running A Clearml Agent With Services Mode, Is There A Way To Limit The Number Of Concurrent Services Crunning?

Is it the services docker that comes with the docker compose or did you run your own agent?

3 years ago
4 months ago
0 Hey All, I Have A Question That Might Have Been Asked Before But I Can'T Find An Answer On This Slack Channel Or The Github So I Hope Somebody Can Help Me. I Have Created A Dataset Via The Python Sdk With A Local Path As The Output Uri Like So:

Hi @<1655381985293504512:profile|LividGorilla28> , this is because your browser cannot show local files as it is a sandbox environment. Opening a new tab and going directly to a local file by pasting the path is the only way to view images that are saved locally.

The correct way is to store it on some storage solution such as s3/gcp/minio which can serve the data to the browser

one year ago
0 I'M Trying To Use The Aws Autoscaler And I'M Having Some Difficulties With The Ami Configuration. From What I Tested The Ami Should Include:

Hi @<1594863230964994048:profile|DangerousBee35> , this is pretty much it. I think the default one suggested is a good one

one year ago
0 Hi! The Code

Hi @<1695969549783928832:profile|ObedientTurkey46> , do you have a code snippet that reproduces this behaviour?

8 months ago
0 Hey Guys, Hope You Missed Me

My guess other agents are sitting on different machines, did you verify that the credentials are the same between the different clearml.conf files? Maybe @<1523701087100473344:profile|SuccessfulKoala55> might have an idea

2 years ago
3 years ago
0 Hi! For

Hmmmm, fair point.

3 years ago
Show more results compactanswers