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

Reputation

0
0 Logger = Logger.Current_Logger() Logger.Report_Media( Title="Test", Series="Audio", Local_Path="/Path/To/File.Wav", Iteration=1, Max_History=-1 )

Hi RattyLouse61 , what do you see in the log of the run?

I think that by default debug samples are usually saved on the fileserver. The following configuration should force the debug samples to upload to s3.
In clearml.conf change:
api.files_server: s3://your_bucket

3 years ago
0 Hi Folks! Are There Any Way To Add New Users To My Server And Manage Their Permissions Without Restarting Entire Clearml Server? I Have Read

Hi @<1635088270469632000:profile|LividReindeer58> , I'm afraid that isn't available in the open source version

one year ago
0 Hi everyone, :wave: Is it possible to execute ML projects on one platform? Execute Ops part on the ClearML platform?

Hi @<1753589101044436992:profile|ThankfulSeaturtle1> , not sure I understand what you mean. Can you please elaborate?

one year ago
0 Hi

Hi BattyLizard6 , can you please open a GitHub issue to follow the issue

3 years ago
0 Where Can I Find A More Extensive Documentation Of Serving? I'M Looking For

Yeah I see it too! I'll ask someone to take a look at it

3 years ago
0 Hello Everyone ! I Tried To Reproduce Your Tutorial :

Hi ExasperatedCrocodile76 , I think you are correct. This is simply an info print out.

2 years ago
0 Hi All. In Self Hosted Clearml Suddenly Scalars Stopped To Be Shown In Scalars Tab. Any Ideas?

Hi @<1523701553372860416:profile|DrabOwl94> , can you check if there are some errors in the Elastic container?

2 years ago
0 Hi All Is There An Openapi Schema For The Clearml Rest Api?

Hi @<1739093605621960704:profile|LovelySparrow29> , there is no such schema currently. Out of curiosity, what is the use case?

one year ago
8 months ago
3 years ago
0 Hi, I'Ve Recently Started Using The

Hi @<1817731748759343104:profile|IrritableHippopotamus34> , are you only using StorageManager or also the Task object? Do you have a code snippet that reproduces this behaviour?

6 months ago
0 Documentation Is Not Good Because Beginner Or Intermiate People Cant Undeerstand, Only More 20 Years Of Exp Can I Understand.. I Checked With Exp People So I Am Saying. I Am Intermiate Guy

Hi @<1561885921379356672:profile|GorgeousPuppy74> , you can get the key/secret pair from the ClearML UI.
I think this is the documentation you were looking for: None
You can access the settings page via the profile icon at the top right.

2 years ago
0 Hello Everyone, I Wanted To Use Clearml On My Project And Liked It A Lot. I Get Everything On The System, However, Couldn'T Come Up With Debug Samples And Plots Part. They'Re Empty For Some Reason. Could Someone Help Me Please?

Hi @<1633276330743173120:profile|StunningHamster19> , how are you running the experiment? What framework are you using? Do you have a code example that reproduces this?

one year ago
0 Hey Everyone, I'M Trying To Change My

How are you saving the plots?

2 years ago
0 Hi, Can Anyone Help Me? I'M Trying To Create A

Are you using pipelines from tasks?

2 years ago
0 I'M Publishing The Model Artifact After The Tensorflow Model Is Saved. But In The Ui, The Download Button Is Grayed Out. And Get_Local_Copy() Doesn'T Seem To Work Either, Help Would Be Appreciated.

In your ~/clearml.conf you can specify the following to force the model to upload with the following setting:
sdk.development.default_output_uri

3 years ago
0 Hello All, I'M Trying To Download A File Hosted In The Clearml Server And I Receive The Following Error :

Hi ShallowCormorant89 ,

When does 1. happen? Can you add the full log?

Regarding 2, can you please elaborate? What is your pipeline doing and what sort of configurations would you want to add? On the pipeline controller level or steps?

2 years ago
0 Hello Everyone! Has Anyone Ever Used Grafana In Clearml-Serving To Configure Data Drift Alerts?

Hi @<1673501397007470592:profile|RelievedDuck3> , there is some discussion of it in this video None

one year ago
0 Weird Error; My Local Execution Hung With

Can you look in the UI if the execution parameters were logged?

3 years ago
0 When I Set Agent Management To Conda It Tries To Create Envs With Python 3.1 And Fails.

AdventurousButterfly15 please try upgrading to 1.4.0 - this should solve the issue
pip uninstall clearml-agent -y && pip install -U clearml-agent

3 years ago
Show more results compactanswers