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
AnxiousSeal95
Moderator
21 Questions, 291 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
4 Answers
2K Views
0 Votes 4 Answers 2K Views
Hello Gals and Guys! happy new year! 🎊 It's that time of the year where we summarize what's done and what's coming soon, so buckle up, we are on our way! Th...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi Everyone! Some updates from our side! 🎊 As you know we've released our paid Saas tier 🙂 It's the same awesome product (well, we think that but we're bia...
3 years ago
0 Votes
6 Answers
2K Views
0 Votes 6 Answers 2K Views
Hi
Hi ! We're brewing up some improvements for our pipeline feature and would be happy to have a short chat with people using it to understand usage and potenti...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Last reminder for our first community talk! We'll be discussing our latest feature - ClearML Apps! We'll also review the new ClearML Roadmap and have a Q&A S...
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Also! Would like to highlight ClearML SDK 1.0.5 cool new features, in case you've missed it 🙂 Add automagic logging for Click CLI! Adding the TaskScheduler ...
4 years ago
0 Votes
11 Answers
2K Views
0 Votes 11 Answers 2K Views
Hi
Hi , Join us today for our community talk, where we'll discuss our updated roadmap, give an overview of our new pipeline V2 features and celebrate Hacktoberf...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi Everyone! If you're using out Saas server and aren't in the dedicated slack channel, we found an issue displaying old dataset tasks and are working on res...
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
🎉 Hi everyone! Want curvier graphs? 📈 Who doesn't?! Check out the new ClearML ad , and get into ClearML shape, today! :weight_lifter:
2 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
4 years ago
0 Votes
0 Answers
621 Views
0 Votes 0 Answers 621 Views
Hey everyone! We're excited to announce the launch of our new documentation website ! We've overhauled itm making your experience even smoother and more effi...
8 months ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi Everyone! A new version with datasets fix is deployed! Please let us know if you encounter further issues
3 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi Community! 😍 We were wondering if any of you had the chance to use the Nvidia TAO + ClearML integration! 🚀 We're looking for some feedback so message me...
2 years ago
0 Votes
8 Answers
2K Views
0 Votes 8 Answers 2K Views
Hi There everyone! We're working on some better UX for triggering and scheduling functions and would love to pick your brains 🙂 If anyone is using it \ inte...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi everyone! Our website is down as some of you have noticed 🙂 and with it our lovely documentation page! No we did not forget to renew our SSL (We love the...
3 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Hi Everyone! Just making sure no one misses the launch of our new Pipeline feature! We released our new pipeline UI to our hosted solution today (Will follow...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi Everyone, Erez from ClearML Here! 😄 Did any of you build a dashboard on top of ClearML? If so I'd be happy to chat and hear about what you've done! 😄
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
And if we're already announcing stuff, We'll be releasing a monthly roadmap! 🎉 This should help improve the visibility of our efforts and let you chip in wi...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Woot Woot! 🎉 Just a small teaser from the upcoming server version with our new experiment layout! 🕶️ And if you'll look REALLY closely you might see some i...
3 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
New RC(1.1.2rc0) version available! 🎉 Change set: ClearML Data - Upload dataset now supports chunksize, for multi-part upload/download (useful with large da...
4 years ago
0 Hey, Is There A Way To Temporarily Turn Off Clearml Logging? I’M Using Pipeline And When Developing I Don’T Wand Them To Be Added To The Ui And Spam It. In Wandb There Is A Way To Do

My only suggestion is to maybe route it into a "debug_pipeline" project and then just delete it altogether when development is done? 🙂

2 years ago
3 years ago
0 Hi All, I Hope Someone Can Help. I Am Using Clearml Agents With Docker Containers To Train Rl Models With Stable Baselines 3 On An On-Premise Server. I Am Having Issues With Saving And Loading Models. If I Don'T Specify

Hmm, can you give a small code snippet of the save code? Are you using a wandb specific code? If so it makes sense we don't save it as we only intercept torch.save() and not wandb function calls

2 years ago
0 A New Day, And A New Question

Hi ZanyPig66 , do you want to have an agent per GPU? If so just add --gpus and specify the GPU number (0 or 1) that would be associated with this worker

3 years ago
0 A New Day, And A New Question

ZanyPig66 , the 2 agents can run from the same ubuntu account and use the same clearml.conf. if you want each to have its own configuration file just add --config-file PATH_TO_CONF_FILE and it would take another config file. Makes sense?

3 years ago
0 Hi! I Am Implementing A Cleanup Service. After Completing Several Training Tasks, I Am Only Interested In The Trained Models And Some Artifacts Resulting From The Training Process (Such As Scalers, Etc.). Therefore, I Would Like To Remove All The Tasks Th

GiganticTurtle0 So 🙂 had a short chat with one of our R&D guys. ATM, what you're looking for isn't there. What you can do is use OutputModel().update_weights_package(folder_here) and a folder will be saved with EVERYTHING in it. Now I don't think it would work for you (I assume you want to donwload the model all the time, but artifacts just some times, and don't want to download everything all the time) but it's a hack.
Another option is to use model design field to save links to a...

4 years ago
0 Hi There Everyone! We'Re Working On Some Better Ux For Triggering And Scheduling Functions And Would Love To Pick Your Brains

Yeah, makes sense. We actually thought that the "best practice" would be to launch the "actual code" (as opposed to the pipeline controller) from agents. But obviously we were wrong, or at least it doesn't cover the fact that a lot of the time, code is being written for debugging. So yeah, that's where we're at, ATM

4 years ago
0 Hey! Starting An Mlops Director Position In 2 Weeks. I'M Thinking About Architecture. Has Anyone Ever Tried To Use Clearml As An Experiment Tracker, But Used A Different Orchestrator Like Metaflow, Airflow, Prefect, Etc.? I'M Struggling To Find Guides Or

@<1590514584836378624:profile|AmiableSeaturtle81> yeah I can see what you mean. So you reuploaded everything from the ClearML file server into S3 and just changed the links?

one year ago
0 Hi, I Cant Access The Clearml Ui, Is There Something Wrong With Your Servers?

Thanks MotionlessMonkey27 , we're looking into that! Thanks for the info

3 years ago
0 Hi, We Have Recently Upgraded To

Hi OutrageousSheep60 , The plan is to release this week \ early next week a version that solves this.

3 years ago
0 I'Ll Just Ask This Question Again To Get Some Fresh Attention To This. Is There Any Way To Run A Pipeline Step Conditionally? E.G, Under Certain Condition, Execute The Step Otherwise Don'T?

VexedCat68 you mean the artifact in the previous step is called "merged_dataset_id"? Is it an artifact or is it a parameter? And what issues are you having with accessing the parameter?

3 years ago
0 Hi, I Have A Few Questions Regards To

EnviousStarfish54 VivaciousPenguin66 Another question if we're in a sharing mood 😉 Do you think a video \ audio session with one of our experts, where you present a problem you're having (let's say large size of artifacts) and he tries to help you, or even can give some example code \ code skeleton. Would something like that be of interest? Would you spend some time in such monthly session?

4 years ago
0 Is There A Way To Automatically Upload Images That Were Uploaded With

Am I doing something differently from you?

3 years ago
Show more results compactanswers