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
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
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
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 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
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
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
0 Answers
555 Views
0 Votes 0 Answers 555 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
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! 😄
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
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! 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 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
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
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
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
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
4 years ago
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
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
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 Hi Guys, Coming This Time To Share An Idea Of A Killer Feature For Clearml

PompousBaldeagle18 Unfortunately no. We thought this to be a promising avenue but have decided, for various reasons, to move and do other things 😞

4 years ago
0 Hello Everyone! I'M Trying To Use Arguments With The Pipeline But Can Not Make It Work. My Case Is

Hey GrotesqueDog77 , so it seems like references only works on "function_kwargs" and not other function step parameter.
I'm trying to figure out if there's some workaround we can offer 🙂

2 years ago
0 Hello Beautiful People Of Clearml I Have A Dumb Question For You Today. I Set Up A Self-Hosted Clearml-Server. I Am Trying To Reach Artifacts (Specifically Auto-Magically Captured And Saved Models By Clearml) From Another Task. However, Apparently It Sa

Hi ZanyPig66 ,

I assume you're using torch.save() to save your model? A good place to start is with David's suggestion with specifying output_uri = True in the Task.init() code.

3 years ago
0 Hi, Just A Silly Question. Using Clearml-Data, Am I Right To Say Every Data Commit Is Immutable, As In , It Isnt Possible To Open An Existing Task-Id(For Datasets), And Modify Them , And Still Save Them To The Same Data Commit Id ?

That's right. once you call clearml-data close, the completed dataset is immutable. This is a very important feature if traceability is important as once an experiment uses a dataset version, we want to make sure it doesn't change without leaving a trace!

4 years ago
0 Hello! I Have Started A Reddit Discussion That Is Gaining Some Momentum:

As for the git, I'm no git expert but having your own git server is doable. I can't tell you what it means in terms of how does it work in your organization though as every one has their own limitations and rules. And as I said, you can use SVN but the connection between it and ClearML won't be as good as with git.

4 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 Hey, Clearml Team! When Can We Expect An Updated Roadmap? Last One Is From August

Hi Jevgeni! September is always a slow month in Israel as it's holiday season 🙂 So progress is slower than usual and we didn't have an update!
Next week will be the next community talk and publishing of the next version of the roadmap, a separate message will follow

4 years ago
4 years ago
0 Hey, Clearml Team! When Can We Expect An Updated Roadmap? Last One Is From August

As for your question, yes, our effort was diverted into other avenues and not a lot of public progress has been made.
That said, what is your plan for integration of the tools? automatically promote models to be served from within clearml?

4 years ago
2 years ago
0 Hello! I Haven'T Used Trains Before, I Am Looking For Opinion From Anyone With More Experience On Whether Trains Is The Correct Tool For My Non-Ml Use Case. My Usecase:

Hey There SlimyRat21
We did a small integration of Trains with a Doom agent that uses reinforcement learning.
https://github.com/erezalg/ViZDoom
What we did is basically change a bit the strcuture of how parameters are cought (so we can modify them from the UI), then logged stuff like loss, location on the map, frame buffers at certain times and information about end of episode that might be helpful for us.
You can see how it looks on the demoapp (as long as it lasts 🙂 )
Let me know if...

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

And as for clearml-data I would love to have more examples but not 100% sure what to focus on as using clearml-data is a bit...simple? In my, completely biased, eyes. I assume you're looking for workflow examples, and would love to get some inspiration 🙂

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

I think the best model name is person_detector_lr0.001_batchsz32_accuracy0.63.pkl 😄

4 years ago
0 How Do I Create Sub Projects With The New Version 1.0?

It's a known fact that documentation always trail features by 3-6 months 😄 We're working on new docs, should be released this week 🙂

4 years ago
0 Why Is It Difficult To Reproduce An Experiment In Clearml Without Errors Such As Dependencies Incompatibility?

pytorch wheels are always a bit of a problem and AFAIK it tells that there isn't a matching version to the cuda specified \ installed on the machine. You can try and update the pytorch to have exact versions and it usually solves the issue

3 years 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?

3 years ago
Show more results compactanswers