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

Reputation

0
0 Hi, I'Ve Added External Links To The A

I think this is because you're working on a "local" dataset. Only after finalizing the dataset closes up. Can you describe your scenario and what was your expected behavior?

3 years ago
0 Why Is Async_Delete Not Working?

Can you add your full configurations again?

one year ago
0 Hi I’M Trying To Schedule The Tasks Execution Using

Hi @<1706116294329241600:profile|MinuteMouse44> , is there any worker listening to the queue?

one year ago
0 Does Anyone Know If You Can Export A Dataset (Ml) Directly From A Database To The Clearml-Data Or Have To Export Out As Csv First ?

DeliciousBluewhale87 , Hi 🙂

You mean you created a dataset task on a certain server and you want to move that dataset task to another server?

4 years ago
0 Hi All, Any Idea Why Spawned Trainings During Optimization Can End With The Following Message

CurvedHedgehog15 , isn't the original experiment you selected to run against is the basic benchmark?

3 years ago
0 Hello

Hi @<1752139552044093440:profile|UptightPenguin12> , for that you would need to use the API and use the mark_completed call with the force flag on

one year ago
0 Hi Another Issue Regarding Dataset

Hi OutrageousSheep60 , can you elaborate on how/when this happens?

whenever

preview

ing the dataset (which is in a parquet tabular format) the browser automatically downloads a copy of the preview file as a text file

3 years ago
2 years ago
0 Another Qn, Is Clearml-Data Analogous To A Feature-Store

ClearML has a built in model repository so together I think they make a "feature store" again, it really depends on your definition

3 years ago
0 I Have The User/Pass Set Up On The

You're sure this is a generated token and not a password?
image

11 months ago
0 Hello I Wanted To Set Up My Clearml Server Locally, Is It Normal That The Webpage On

Thats strange, you don't have a create new credentials button?

4 months ago
0 Hi! For

I think the set_default_upload_uri is for all output models, while set_upload_destination is for a specific model/file

3 years ago
0 Hi Everyone, I Have A Quick Question: When I Use

default_output_uri is for artifacts & models while files_server is for debug samples and plots (if they are files)

3 years ago
0 What Could Be Causing This?

Wait I might be missing something. Are you running a self hosted server?

3 years 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 Hi Everyone! I Got This Error

Can you add the full log + course of actions you took?

one year ago
0 Hey, I Am New With Clearml And Need Some Help

Hi @<1702492411105644544:profile|YummyGrasshopper29> , it looks like the controller is running, but is there any agent listening to where the tasks are being pushed?

one year ago
0 Hi Everyone, I’M Trying To Run A Clearml Pipeline. I’M Using The "

Hi @<1669152726245707776:profile|ManiacalParrot65> , is this a specific task or the controller?

one year ago
0 I Tried To Upload An Image In Clearml Report, But It Show An Error Like Below. Any One Know How To Fix It?

Hi @<1570583237065969664:profile|AdorableCrocodile14> , how did you upload the image?

2 years ago
0 Hi! Which Method Is Used To Delete Outputmodel From The Storage?

How are you saving your models? torch.save ("<MODEL_NAME>") ?

3 years ago
0 Hi, I'Ve Been Using Your Saas Platform For Over A Month Now, But Today I Suddenly Noticed Most Of My Data Is Missing, I See That I Have 40 Tasks In My Data Project From The Dashboard As It Should Be, But Inside The Project I Can Only See 6, I Couldn'T Fin

Hi CrookedMonkey33 ,

Can you please open developer tools (F12) and see what is returned when you navigate to the 'projects' page (When you see 41 experiments)

Also go into 'Settings' -> 'Configuration' and verify that you have 'Show Hidden Projects' enabled

3 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
0 Proper Way To Upload Artifacts

Hi GentleSwallow91 ,

  1. When using jupyter notebooks its best to do task.close() - It will bring the same affect you're interested in
  2. If you would like to upload to the server you need to add the following parameter to your Task.init() The parameter is output_uri. You can read more here - https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
    You can either mark it as True or provide a path to a bucket. The simplest usage would be ` Task.init(..., output_uri...
3 years ago
Show more results compactanswers