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

Reputation

0
0 Hi, I Have A Question. I Am Trying To Create A Pipeline Using The

None

You should check the status of that container

one year ago
0 Has Anyone Found A Workaround For The Bug?

A workaround can be to set up a local Minio server or upload to s3 directly, this way there shouldn't be a limit

3 years ago
0 Hey, Is Clearml Able To Manage (Delete) Files Outside Of The Fileserver, For Example On Some Shared Drive? I Consider Scenario Where Only Local File Path To The Model Is Stored To Avoid Sending Large Weights Files Over Http.

Hi @<1570220844972511232:profile|ObnoxiousBluewhale25> , I think the API server can delete things only from the files server currently. However the SDK certain has the capability to delete remote files

2 years ago
0 Hi All! I'M Struggling With A Specific Scenario, Maybe You Could Help. I Have 2 Machines Types (For Example Titan/A100) And 10 Types Of Models With A Generic Code (I Pass The Model Name As An Arg). I Want To Create A Task For Each Of The 20 Runs. That'S I

Hi @<1531807732334596096:profile|ObliviousClams17> , I think for your specific use case it would be easiest to use the API - fetch a task, clone it as many times as needed and enqueue it into the relevant queues.

Fetch a task - None
Clone a task - None
Enqueue a task (or many) - [None](https://clear.ml/docs/latest/docs/references/api/ta...

2 years ago
0 Hi All, I Am Trying To Understand How The Communication Between Clearml Server And Clearml Agent Takes Place And What All Ports/Protocols Are Involved, If Both Are On Different Machines. As Per The Documentation Here -

Hi @<1587977852635058176:profile|FloppyTurtle49> , yes same would be applicable. Regarding communication: It is one way communication from the agent to the clearml server done directly to the API server - basically what is defined in clearml.conf

Hope this clears things up

2 years ago
0 We’Re Planning To Use Clearml Agent To:

Hi @<1560798754280312832:profile|AntsyPenguin90> , I think you would need to wrap the C++ code in python for it to work, but conceptually shouldn't be any special issues

2 years ago
0 Hi, I Notice A New Behavuour With Clearml-Agent=1.1.0. When It Is Installing The Packages I Nrequirements.Txt, It Failed With.

SubstantialElk6 , can you please verify that you have all the required packages installed locally ? Also in your ~/clearml.conf what is the setting of agent.package_manager.system_site_packages

3 years ago
0 I'M Looking At How Triggers Work In Clearml. Is There An Example, Maybe With Clearml Data And A Dataset Being Uploaded Or Some Other Example?

VexedCat68 , what do you mean by trigger? You want some indication that a dataset whats published so you can move to the next step in your pipeline?

3 years ago
0 Hello Everybody, Did Anybody Experience Problem Where In Clearml Web Ui You Customize Columns (Remove Some, Add Metrics, Etc..) They Just Reset Randomly After Some Point? Sometimes On Every Page Refresh. It Gets Quite Annoying To Add Metrics All The Time

I understand. That's strange, column ordering etc should be stored in cookies per project. Maybe @<1523703436166565888:profile|DeterminedCrab71> , might have an idea

2 years ago
0 I Just Encountered A Really Frightening Bug. Best I Can Explain What Happened Was This: Data Scientist Created New Venv, Installed Clearml==1.11.0 Instead Of Clearml[S3]==1.11.1, And Upon Re-Running A Pipeline From Cli, The Entire Project "Disappeared" (W

Can you please add a stand alone code snippet that reproduces this?

Just to make sure I understand the flow - you run an experiment and create it inside project 'my_example'

Afterwards you run a pipeline and you specify the controller 'my_example'.

This will make 'my_example' into a hidden project

Am I getting it right?

2 years ago
0 Hi, I Would Like To Understand How I Can Set The Pip Cache Location For My Agent, I Thought That I Already Had The Right Setting With

Hi ClumsyElephant70 ,
What about
# pip cache folder mapped into docker, used for python package caching docker_pip_cache = ~/.clearml/pip-cache # apt cache folder mapped into docker, used for ubuntu package caching docker_apt_cache = ~/.clearml/apt-cache

3 years ago
0 How Would I Go About Adding Multiple Credentials In The Autoscaler? (I.E. Specify Multiple

Hi UnevenDolphin73 ,

I think you need to lunch multiple instances to use multiple creds.

3 years ago
0 I'M New To Using Datasets, If My Git Project Root Is

Can you please elaborate on what you mean?

2 years ago
0 Why Is Async_Delete Not Working?

Also, is it an AWS S3 or is it some similar storage solution like Minio?

one year ago
one year ago
0 Hi, Question Regarding

Also, can you verify that you still have the clearml-agent process running? top / htop

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
Show more results compactanswers