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

Reputation

0
0 Hi All, I'M Trying To Run The Clearml Agent From Dockerhub Image

To test the agent you don't need to use the k8s docker image for it. Is there a reason you're not testing the agent as a package?

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?

4 years ago
0 Hi, How Can I Get Commit Id For Task Using Apiclient?

Can you please add here what you're sending + what is received?

3 years ago
0 A Suggestion To Add

Also how about this

3 years ago
0 Why Would The Mongo4 Migration Scripts (For Clearml-Server 1.2) Try To Chown 1000:1000?

But I believe you can use your user/group if you prefer ๐Ÿ™‚

3 years ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

Yeah, I understand the logic of wanting this separation of iteration vs epoch since they sometimes correlate to different 'events'. I don't think there is an elegant way out of the box to do it currently.

Maybe open a GitHub feature request to follow up on this ๐Ÿ™‚

2 years ago
4 years ago
0 I Have A Situation Where I’D Like To “Promote” The Pipeline (And Dataset) By Creating It In A Completely Separate Instance Of Clearml Server Which Is Used For Production Retraining (Vs. The Dev. Clearml Server That Is Used For Experiments) A) Is This Some

RoughTiger69 Hi ๐Ÿ™‚

Regarding your questions:
Moving certain tasks/datasets from server to server would require a data merge. This process basically requires merging the databases (mongodb, elasticsearch, files etc.). I think it's something that can be done in the paid version as a service but not in the free. I think if you'd like to 'promote' tasks to production you can either work on a special project for that OR upload the models to S3 and then re-run the experiment and point it to the...

3 years ago
0 Why Is Async_Delete Not Working?

This is an actual AWS S3 bucket?

one year ago
0 Hi, I Have A Question About Task Status. I Have A Script That Runs "Forever": It Loads (Or Creates, If It Does Not Exist Yet) A Specific Clearml Task, Does Some Work (In My Case, Checks If Database Has Changed And If So Dump It To A File And Upload It As

Usually tasks are timed out by default after not having any action after 2 hours. I guess you could just keep the task alive as a process on your machine by printing something once every hour or 30 minutes

one year ago
0 Hi Everyone, Two Questions: 1- How Does Clearml Figures Out The Environment? For Example In My Env I Have This

Hi AttractiveCockroach17 , in the first question - clearml captures the packages used during the run. What does your script use and what does clearml capture when running locally on your machine?

You can configure the clearml to capture your entire environment as well.

Regarding 2:
Can you please expand on the entire process?

3 years ago
0 Hi Community, I Had A Clearml Experiment Seems Become "Unresponsive" Even Though It Is Showing "Running" With The Following Logging (I Didn'T Skip Any Logging Between 3-15 And 3-16, It Is Unexpected Behavior That The Experiment Just Went Mia): Any Idea Wh

I would ask the IT people managing your server to check server uptime and for any errors in the apiserver log. This is something who's managing the server will know what to do.

8 months ago
0 I Am Getting Certificate Warning When Running Clearml:

LethalCentipede31 , it appears we had an internal issue with a load balancer, it was fixed a couple of minutes after your comment ๐Ÿ™‚

4 years ago
23 days ago
0 Hello All! Is There Any Way To Hide Menu On The Side Bar? I Want To Show Project Menu Only.

Hi @<1524922424720625664:profile|TartLeopard58> , you mean the side bar on the left with projects/datasets/etc... ?

2 years ago
Show more results compactanswers