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

Reputation

0
0 Hey, I Was Planning To Save The Best Trained Model And Get A Task Id For It, So I Could Use It Later As

DeliciousSeal67 , something along these lines:
task.upload_artifact('<ARTIFACT_NAME>', artifact_object=os.path.join('<FOLDER>', '<FILE_NAME>'))
So in your case it would be along the lines of
task.upload_artifact('trained_model', 'model_folder/best_mode.pt')

3 years ago
0 Hi Everyone, I Have A Problem With My

When does it happen, can you include full log?

3 years ago
0 Hi Everyone, I Have A Problem With My

Did you delete any specific cache manually?

3 years ago
0 Hi All, Is There A Way To Make Agents That Run As Root, To Execute The Code Tasks And Of Pipeline Steps, As The User That Executed The Pipeline Or Task Code Instead Of As Root?

@<1577468638728818688:profile|DelightfulArcticwolf22> , in addition to @<1523701087100473344:profile|SuccessfulKoala55> ’s answer, you have data management, orchestration (Integration with SLURM), pipelines, reports and much more.

As I mentioned, provisioning resources according to different groups - i.e. role based access controls are an enterprise feature.

I suggest you watch the onboarding videos on the ClearML Youtube channel - None

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
3 years ago
2 years ago
one year ago
0 Hi There, Our Team Started Using Clearml A Few Months Ago And We'Ve Recently Deployed An Aws Eks K8S Cluster With The Hopes Of Deploying A Clearml-Agent. I'Ve Been Able To Install The Agent On The Cluster Using:

@<1754676270102220800:profile|AlertReindeer55> , I think what @<1523701087100473344:profile|SuccessfulKoala55> means is that you can set the docker image on the experiment level itself as well. If you go into the "EXECUTION" tab of the experiment, in the container section you might see an image there

11 months ago
0 Hi, Stupid Questions.

You would need to implement this logic yourself. For example you expose a pipeline argument for the controller (These are the configurations you can control via the UI as well) and then basically have if logic in the controller code that will run/skip steps according to the step you'd like to start from.

Makes sense?

2 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 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 Hi, Forgive Me If This Was Asked Before In A Different Way, What’S The Recommended Way To Pass Different Git Credentials To An Agent Running On A Shared Machine (Meaning 2 People Are Queueing Different Jobs, Pulling From Different Git Remotes). Should I

Hi ExuberantParrot61 , if it's on the same machine you can use different configuration files. for example, when running the agent you can use --config-file <PATH_TO_USER_CONFIG_FILE>

3 years ago
0 Hi, I Have An Issue When Running A Pipeline Controller Remotely In Docker. Basically I Have A Module That Reads A Config File Into A Dict And Calls The Pipeline Controller, Like

Hi @<1570220858075516928:profile|SlipperySheep79> , I think it depends on your code. Can you provide a self contained code snippet that reproduces this?

2 years ago
0 Hi, What Is The Best Way To Get The Agent To Install A Dependency From Github. I Have Tried This In This Sample Script:

Hi SkinnyPanda43 ,

Can you please add a log of the failure? I think if you add specific requirements manually it should override auto detection

2 years ago
3 years ago
0 Hi Everyone, I'M Quite New To Clearml , Just Started Self-Hosting It On Our Gke Using Helm Charts( Enabled Fixed Users, Using Clusterip Instead Of Nodeport ). I Have 2 Doubts .

Hi @<1749602873152376832:profile|EncouragingSquid4> , Welcome!
To address your questions:

  • I think you can do routing for them but you'd have to set it up.
  • I assume the models are being saved to the files server. Can you share a screenshot?
11 months ago
Show more results compactanswers