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, 3719 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0
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
3 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , what errors are you getting? What exactly is not working, the webserver or apiserver? Are you trying to access the server from the machine you set it up on or remotely?

3 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , can you try accessing it as
192.168.15.118:8080/login first?

3 years ago
0 I Keep Facing This Issue. I'M Trying To Set Up My Own Clearml Server Using This Tutorial.

VexedCat68 , It appears to be a bug of sorts, we'll sort it out 🙂

3 years 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 Another Question Regarding A Curiousity. Given A Task Is Sent To An Agent To Run And It Has A Specific Version Of Tensorflow/Pytorch, Which Requires A Specific Version Of Cuda/Cudnn. Does The Agent Just Automatically Get Cuda/Cudnn For That Task Or Does C

That's a good question. In case you're not running in docker mode, the agent machine that runs the experiment needs to have Cuda/Cudnn installed. If you're running in docker mode you need to select a docker that already has those installed 🙂

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.

Did anything change in your configurations? In the previous version there was no such issue? Is the agent version the only change?

3 years ago
0 There Is A Problem Starting From Clearml 1.7.0 With Python-Fire

try with pip install -U clearml==1.7.2rc1

2 years ago
0 Hello Everyone! Could You Help Me With The Authorization Question? Is It Possible To Add A New User Through The Api To Access Clearml Webserver? I Found Three Methods In The Clearml Rest Api: Auth.Credentials_Key, Auth.Credentials, Auth.Role. Is There A D

Hi @<1578555761724755968:profile|GrievingKoala83> , there is no such capability in the open source. To add new users you need to edit the users file.

In the Scale/Enterprise licenses you have full user management including role based access controls

7 months ago
0 Hey

Hi @<1523701949617147904:profile|PricklyRaven28> , are you using the docker argument and it's not working? Are you sure the agent is running in docker mode?

one year ago
0 Hi

Hi @<1523701949617147904:profile|PricklyRaven28> , note that steps in a pipeline are special tasks with hidden system tag, I think you might want to enable that in your search

2 months ago
0 If Possible, I Would Like All Together Prevent The Fileserver And Write Everything To S3 (Without Needing Every User To Change Their Config)

In the UI check under the execution tab in the experiment view then scroll to the bottom - You will have a field called "OUTPUT" what is in there? Select an experiment that is giving you trouble?

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

2 months ago
0 Hi All, I Use Autoscalers In My Training Configuration, And I Have An Issue With Them.

You can always add the relevant configurations to the docker image itself as well. From my understanding a new version should be released towards the end of the month and with it the ability to run without docker image required on the autoscaler

5 months ago
0 Hi All, I Use Autoscalers In My Training Configuration, And I Have An Issue With Them.

Yes, this will cause the code to run inside the container.

if so it won't work as my environment is in the hist linux

Not sure I understand this part, can you please elaborate?

5 months ago
0 Dear Clearml Practitioners, I'D Like To Share My Experiment To Another Company, In Order For Them To

If you shared an experiment to a colleague in a different workspace, can't they just clone it?

one year ago
0 Um, Is There A Way To Delete An Artifact From A Task That Is Running?

Hmmmm I couldn't find something in the SDK, however, you can use the API to do it

2 years ago
0 I Guess One Experiment Is Running Backwards In Time

lol! Can you hit F12 and see what the server returns for the call projects.get_all_ex

2 years ago
Show more results compactanswers