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 Am Using Clearml Server On Premises To Manage Ml Data And Tasks/Experiments. Is It Possible To Modify File Path From Artifacts? The File Server Ip Changed After Server Migration And Previously Generated Artifacts Are No Longer Reachable Due To File

Hi @<1751777178984386560:profile|ConfusedGoat3> , I think you might need to run some migration script on the database, basically changing the paths of the artifacts registered to the new IP

11 months ago
0 Hi. I Am Using Clearml Server On Premises To Manage Ml Data And Tasks/Experiments. Is It Possible To Modify File Path From Artifacts? The File Server Ip Changed After Server Migration And Previously Generated Artifacts Are No Longer Reachable Due To File

I think you'd have to write it yourself. Basically, the artifact paths in experiments are saved in mongo. You would need to write a script that would modify those values in Mongo directly

11 months 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 What Is The Difference Between Model And Inputmodel?

Hi @<1523704157695905792:profile|VivaciousBadger56> , you can read about the differences here:
None
None

2 years ago
0 Hi All, Do The Versions Of

ClearML should be backwards compatible - any combination will work. However it's always suggested to use the latest versions 🙂

3 years ago
0 Hi All, I'M Trying To Set Up Aws Autoscaler To Spin Up Ec2 Instances From Predefined Ami So I Was Able To Set Up The Autoscaler, But I Am Experiencing Some Issues With Spinning Up The Ec2 Instance. Seems Like It Keeps Failing (Spinning Up An Instance, The

Python 2 is no longer supported, I'd suggest finding an AMI that already has python3 built in (Or install it using the init script, not suggested though) and also CUDA enabled to avoid that installation to support cuda images

7 months 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 Any Tips Running My First Tasks In

Hi @<1787653555927126016:profile|SoggyDuck67> , can you please provide the full log of the run? Also, can you please add a screenshot of the 'execution' tab of the experiment? I assume the original experiment was ran on python 3.10?

8 months ago
0 Hi, What Would Be The Best Way To Save A Pandas.Dataframe As An

How do you currently save artifacts now?

3 years ago
0 Hi Everyone, I Am Launching Clearml Webapp. Asks Me For User And Pass. How Do I Get That?

Then you'd need to change the image in the docker compose or to spin up the webserver individually and make the necessary changes in the docker compose. Either way, you need a backend to work with the web ui

one year 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 Hi, Question Regarding

Did you wait 10-15~ mins for it to time out?

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 , It appears to be a bug of sorts, we'll sort it out 🙂

3 years ago
0 Hi All

Hi AbruptWorm50 ,

You can use a stand alone file, this way the file will be saved to the backend and used every time without needing to clone the repo. What do you think?

3 years ago
0 Hi! Trying To Orchestrate A Pipeline On Multiple Agents For The First Time. I Am Setting Up The Pipeline From Functions And I Need The Individual Function Steps To Run From A Cloned Repository Due To Local Imports. The Pipeline Task Detects And Clones The

Hi @<1547028074090991616:profile|ShaggySwan64> , can you please provide minimal sample code that reproduces this? The local imports - are they from the private repo?

one year ago
0 Hi Team,

Hi @<1533257278776414208:profile|SuperiorCockroach75> , what do you mean? ClearML logs automatically scikit learn

2 years ago
0 Hi, Some Plots Don'T Render Via

But the issue still reproduces?

3 years ago
0 Hello, We Had To Move Our Logging Server To A New Ip Address, While All The Runs Are Properly Showing Up, Artefacts And And Debug Samples Seem To Still Reference The Old Ip, Is There A Way To Change The Ip For Everything?

All artifact links are saved in mongodb, all debug samples are saved in ElasticSearch. I think you would need to read up on how to change values inside those dbs. I would assume server would need to be down when such a script would be running

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