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

Reputation

0
0 Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

You can see the version if you go to settings page. It is in the bottom right of the screen 🙂

2 years ago
0 Is It Possible To Change The

When you generate new credentials in the GUI, it comes up with a section to copy and paste into either

clearml-init

or

~/clearml.conf

. I want the files server displayed here to be a GCP address

Regarding this - I think you should open a github feature request since there is currently no way to do this via UI

3 years ago
0 How Should I Edit The

Very similar to a task, a project has also a unique identifier - the ID (Although I think project names are also unique)

You can get the project ID either from UI (If you go to a specific project, the project ID will be in the url) or from the api as documented in:
https://clear.ml/docs/latest/docs/references/api/projects#post-projectsget_all
or from the sdk as documented here:
https://clear.ml/docs/latest/docs/references/sdk/task#taskget_project_id

Plug that project ID into the filter ...

3 years ago
0 Hello ! When Running

Check the environment variables, maybe test with export maybe there's some env var hiding there 🙂

3 years ago
0 I'M Running

Can you try and specify the exact absolute path? I think that might be the problem.

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

Can you check the logs of the apiserver? Maybe something caused an internal error

2 years ago
0 I Just Found Out That I Have A Lot Of Data In /Opt/Clearml/Fileserver For Tasks That I Already Have Deleted. No Artifacts Are Displayed In The Webui. Anyway I Can Automatically Delete All Unused Data?

Hmmmm you can automate the cleanup. Iterate through folders, if such an experiment exists, skip, if no experiment exists, delete folder

3 years ago
0 Im Trying To Run This Exmple :

You'll need to assign an agent to run on the queue, something like this: 'clearml-agent daemon -- foreground --queue services'

3 years ago
0 I Have A Local Folder A, And A Dataset B. A:

Hi RoughTiger69 ,

If you create a child version and add the delta of the files to the child, fetching the child version will also fetch the parents files as well

3 years ago
0 Is It Possible To Change The

However it would be advisable to also add the following argument to your code : Task.init(..., output_uri=True)

3 years ago
0 Hi There, We Have A Clearml Server And I Have Spun Up An Agent Using A Docker Image (As We Have Private Packages On Aws Codeartifact That Need Installing). I Have Created The

From the log it looks like there is no ssh installed on the image:

cloning: git@bitbucket.org:pendulum-systems-inc/repo.git
ssh -oBatchMode=yes: 1: ssh: not found
fatal: Could not read from remote repository.
one year ago
0 Hey Guys, Running A Clearml Pipeline, We Keep Getting An 'Abort By User' Message:

Hi @<1544853695869489152:profile|NonchalantOx99> , how are you running the pipeline? What are the clearml & server versions?

Do you have a snippet that reproduces this?

2 years ago
0 Hi, I'M Setting A

Yeah I see what you're saying. It doesn't keep it's type. This might be a bug.

3 years ago
0 What Is

MelancholyElk85 , fair point 🙂

How do you initialize your tasks?

3 years ago
5 months ago
0 Im Trying To Run This Exmple :

I'm not quite sure I understand. Is this from the clearml-agent?

3 years ago
0 Hey, How Can I Find Which Tasks/Projects Have The Most Metrics?

Hi @<1533257411639382016:profile|RobustRat47> , what would you define as most metrics?

one year ago
0 So I Decided To Re-Create My Clearml Server, I

Then the fix should be out in next version 🙂

3 years ago
0 Hi Guys, I Hope This Isn'T A Super Dumb Question But... How Do I Unpublish An Experiment? I Tried To Archive It And Then Restore It, But No Luck.

CluelessElephant89 , Hi 🙂

An experiment cannot be 'unpublished' through the UI since it's a 'finalizing' action that the UI also gives a popup regarding. I think you can reset the task with Task.reset(force=True) through the SDK. This however will remove all logs/metrics.

https://clear.ml/docs/latest/docs/references/sdk/task#reset

What is the reason you would like to 'un-publish' and what would you want the new state to be, completed?

3 years ago
0 Hi There, Is There A Way To Debug The Bash Init Script For The Aws Autoscaler? I Can'T Find Any Console Output From This Script When A New Ec2 Instance Is Launched

Hi @<1759749707573235712:profile|PungentMouse21> , you should be able to access machine logs from the autoscaler, this should give you a place to search

10 months ago
0 Hello Admin, Please Add More Mlops Hands On Learning Resources On Youtube.

You also have onboarding videos there, I suggest you review all videos.

11 months ago
Show more results compactanswers