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 Hello, Clearml! Let'S Say That I Have A Git Repository In Format

Hi VexedElephant56 , does it fail when it runs on the agent?

2 years ago
0 Hello! I Am Hosting My Own Clearml Server. At Some Point I'Ve Transferred It From One Machine To Another With A New Ip Address. To My Surprise, All Uploaded Datasets Are Associated With The Old Ip Address. Now I Can'T Download Them Because Clearml Is Try

Hi @<1691983266761936896:profile|AstonishingOx62> , its not only the output destination field but where all artifacts/debug/datasets were saved. This is usually logged in Mongo so you would need to run some migration script to change all the urls to the new ip

one year ago
0 Hi Everyone ! I Got A Problem With Pipelinecontroller : With A Colleague, When We Execute A Pipeline, He Get The Pipeline As Aborted, When I Get It As Completed. In Both Cases, The Tasks Are Completed. I Wonder If You Could Get Status From All The Tasks O

Hi @<1546303293918023680:profile|MiniatureRobin9> , do you have some stand alone script that reproduces this behaviour for you? Are you both running the same pipeline? How are you starting the pipeline

11 months ago
0 Hi! I Developed Clearml Pipeline As Python Package (

Does the other PC have the package locally there somewhere?

3 years ago
0 Hpo Question: I Created Hpo App In Clearml Ui, With Certain Parameter To Optimize, With Minumal Value=0.0, Max=1.0 And Step=1.0. So As Far As I Understand This Hpa Should Launch 10 Experiments. In Fact, It'S Launching Tens Of Experiments (>30 And Still

What optimization method did you use? Can you add a log of the HPO app? It's in hidden projects (Go to settings and enable viewing hidden projects).

Also, what are the values that the cloned experiments get?

And finally 🙂
Can you try with values 0 and 1 without the decimal points at the end?

2 years ago
0 Hi Everyone! I Have Started Using The

Hi @<1817731748759343104:profile|IrritableHippopotamus34> , I think it should be safe.

7 months ago
0 Hey Clearml, Pipeline From Tasks: Following This Example

Can you provide a self contained contained snippet that reproduces this behavior?

2 years ago
0 Hey, I Tried To Use

Which version for clearml-data are you using?

3 years ago
0 For Some Reason I Can'T Delete A Pipeline Projet, The Deletion Is Running Indefinitely. Is There A Way To Force The Deletion Of A Project Via The Apiclient?

After this passes - and you refresh the page even with the popup stuck in infinite loop - does the project get deleted? I think it might be a UI issue

3 years ago
0 Hey, I'M Using Clearml Gcp Autoscaler And It Seems That

Hi @<1594863230964994048:profile|DangerousBee35> , it sounds like some sort of network lag. I assume you are using app.clear.ml?

I'd check network latency from the instances starting in GCP to the server.

8 months ago
0 Hi Just To Confirm, I Set My Default Output_Uri To S3, Output_Uri Will Upload Just Artifacs, Console Log, File Server Will Save Plot Images Like Matplotlib/Seaborn. Is It Correct?

Hi @<1523701260895653888:profile|QuaintJellyfish58> , yes this is correct. You can also set your files_server in clearml.conf to point to S3 bucket as well and this way debug samples will be saved there as well

2 years ago
0 Hey Team Some Bug I Noticed What I Don'T Know How To Tackle I Have A Project With Active Tasks From The Main

Hi @<1523701842515595264:profile|PleasantOwl46> , what version of ClearML are you running? Also, when you navigate to the webUI, do you see any console errors in developer tools (F12)? Are the API requests returning empty?

5 months ago
0 Hi, I Have A Question About Task Status. I Have A Script That Runs "Forever": It Loads (Or Creates, If It Does Not Exist Yet) A Specific Clearml Task, Does Some Work (In My Case, Checks If Database Has Changed And If So Dump It To A File And Upload It As

You need to separate the Task object itself from the code that is running. If you're manually 'reviving' a task but then nothing happens and no code is running then the task will get aborted eventually. I'm not sure I understand entirely what you're doing but I have a feeling you're doing something 'hacky'.

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

Strange. Can you add your clearml.conf from the agent machine? Please make sure to obscure all secrets 🙂

11 months ago
0 Hej Everyone! How Do I Pass

If you want this to be applied to all jobs that run on that agent then yes. Otherwise you can set it up on the task level as well

2 years ago
0 Hello, I Would Like To Ensure, The Comparison Of Hyperparameters Is Supposed To Work As It Is Depicted In The Screenshot? Following The Example, I Would Suppose To Mark In Red The Change In

Hi CurvedHedgehog15 ,

Can you please provide a short snippet to reproduce this?
In which section are we looking at currently in the comparison?

3 years ago
0 Hey Clearml-Community, I Have A Doubt Around The Default Upload Destination When Defining A Clearml Project & When Defining The Upload Destination For A Model Object When Doing Things Programmatically. I Am Trying To Use The Clearml File Server'S Endpoi

@<1523701132025663488:profile|SlimyElephant79> , it looks like you are right. I think it might be a bug. Could you open a GitHub issue to follow up on this?
As a workaround programmatically you can set Task.init(output_uri=True) , this will make the experiment outputs all to be uploaded to whatever is defined as the files_server in clearml.conf .

2 years ago
0 When Using Clearml Virtual Environment Execution, I'D Like To Add One Of The Git Folders To The Python Path As An Environment Variable. How Do I Know Where The Path Of The Git Folder Is On The Machine Though And How Do I Add It? I Found

Hi @<1739455977599537152:profile|PoisedSnake58> , in the log you have the location of the cloned repo printed out.

For CLEARML_AGENT_EXTRA_PYTHON_PATH you need to provide it with a path

one year ago
Show more results compactanswers