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
20 Questions, 283 Answers
  Active since 10 January 2023
  Last activity 19 days ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
0 Answers
559 Views
0 Votes 0 Answers 559 Views
Hi Everyone! A new version with datasets fix is deployed! Please let us know if you encounter further issues
one year ago
0 Votes
0 Answers
596 Views
0 Votes 0 Answers 596 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...
2 years ago
0 Votes
11 Answers
605 Views
0 Votes 11 Answers 605 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...
2 years ago
0 Votes
3 Answers
602 Views
0 Votes 3 Answers 602 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...
2 years ago
0 Votes
2 Answers
661 Views
0 Votes 2 Answers 661 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...
2 years ago
0 Votes
0 Answers
560 Views
0 Votes 0 Answers 560 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...
2 years ago
0 Votes
0 Answers
699 Views
0 Votes 0 Answers 699 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...
one year ago
0 Votes
0 Answers
616 Views
0 Votes 0 Answers 616 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...
one year ago
0 Votes
1 Answers
627 Views
0 Votes 1 Answers 627 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 ...
2 years ago
0 Votes
0 Answers
632 Views
0 Votes 0 Answers 632 Views
2 years ago
0 Votes
0 Answers
601 Views
0 Votes 0 Answers 601 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...
2 years ago
0 Votes
0 Answers
638 Views
0 Votes 0 Answers 638 Views
2 years ago
0 Votes
6 Answers
615 Views
0 Votes 6 Answers 615 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...
2 years ago
0 Votes
8 Answers
610 Views
0 Votes 8 Answers 610 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...
2 years ago
0 Votes
0 Answers
643 Views
0 Votes 0 Answers 643 Views
2 years ago
0 Votes
4 Answers
577 Views
0 Votes 4 Answers 577 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...
2 years ago
0 Votes
0 Answers
628 Views
0 Votes 0 Answers 628 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...
2 years ago
0 Votes
0 Answers
670 Views
0 Votes 0 Answers 670 Views
🎉 Hi everyone! Want curvier graphs? 📈 Who doesn't?! Check out the new ClearML ad , and get into ClearML shape, today! :weight_lifter:
one year ago
0 Votes
1 Answers
589 Views
0 Votes 1 Answers 589 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! 😄
2 years ago
0 Votes
1 Answers
608 Views
0 Votes 1 Answers 608 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...
2 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...

2 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

And yes, we are going to revisit our assumptions for the model object, adding more stuff to it. Our goal is for it to have just enough info so you can have actionable information (IE, how accurate is it? How fast? How much power does it? How big it is, and other information), but not as comprehensive as a task. something like a lightweight task 🙂 This is one thing we are considering though.

2 years ago
0 Hi, After Reviewing Clearml For Months, I Am Considering Pushing Clearml To Be The Primary Mlops Tool Within My Dept. I Would Be Looking At Monitoring, Production Labelling And Automated Retraining In A Pipeline As Well. Just Wondering If Anyone Had Luck

Hi SubstantialElk6 For monitoring and production labelling, what we found is that there's no "one size fits all" so while we tried designing ClearML to be easily integrate-able. In the enterprise solution we do have a labeling solution but it's not meant to do production labeling and more to do R&D label fixes. We have customers that integrated 3rd party annotation services with Clearml.

2 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

Oki doke 🙂 I'll see what the great powers of beyond (AKA, R&D folks) will have to say about that!

2 years ago
0 Hey Everyone! Is There A Way To Delete The Example Projects? I Just Installed Clearml Server Using The Docker Image. Thanks

Hmm, I actually think there isn't a way. Once you'll have more projects in the system the project will be pushed down and you won't see it in the front page. Is there any specific reason why you want it removed?

one year ago
0 Hey, Often I Want To Compare Scalars Of Two Experiments With The Same Name But With Different Tags. In The Scalars Comparison Tab, I Cannot See Which Experiment Is Which Because I Don’T See The Tags. Usually, I Rename The Experiments So That I Can Identif

Hmm... My thoughts drift towards the ending of each scalar series, which ATM is the beginning of the Task ID (which probably doesn't tell you much). What if we replace the tags? BTW, in your use case, do you have 1 tag different? multiple?

2 years ago
0 Hi All, What Would Be The Proper Scope To "Bitch" About (And Discuss) Ui\Ux Suggestions\ Ideas That Might Be Subjective Or Very Use-Case Dependent But Might Also Be Very General.. Somehow This Chat Seem Slightly More More Programmatic Or Devop Orientated

The ClearML team appreciates bitching anywhere you feel like it (especially the memes section).
In the absence of some UI \ UX channel I suggest to just write here. I can promise you the people who's responsibility it is to fix \ improve the UI are roaming here and will see the request 😄

2 years ago
0 I'M Using The Following Template (Which Defaultly Use Weights & Biases)

KindGiraffe71 We're working on a new docs version, it'll be there as well!

3 years ago
0 Can I Upload A Text With The Dataset? The Goal Is To Explain The Ds

JitteryParrot8 in the new SDK we'll have dataset.add_description() which will do the same as KindChimpanzee37 provided but with a nicer interface 😄

one year ago
2 years ago
Show more results compactanswers