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 6 months ago

Reputation

0

Badges 1

14 × Eureka!
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
3 years ago
0 Votes
0 Answers
956 Views
0 Votes 0 Answers 956 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
8 Answers
958 Views
0 Votes 8 Answers 958 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...
3 years ago
0 Votes
11 Answers
957 Views
0 Votes 11 Answers 957 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
0 Answers
972 Views
0 Votes 0 Answers 972 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
999 Views
0 Votes 0 Answers 999 Views
3 years ago
0 Votes
4 Answers
915 Views
0 Votes 4 Answers 915 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
1 Answers
970 Views
0 Votes 1 Answers 970 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 ...
3 years ago
0 Votes
0 Answers
890 Views
0 Votes 0 Answers 890 Views
Hi Everyone! A new version with datasets fix is deployed! Please let us know if you encounter further issues
2 years ago
0 Votes
0 Answers
995 Views
0 Votes 0 Answers 995 Views
2 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
3 years ago
0 Votes
1 Answers
951 Views
0 Votes 1 Answers 951 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...
3 years ago
0 Votes
3 Answers
945 Views
0 Votes 3 Answers 945 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
6 Answers
950 Views
0 Votes 6 Answers 950 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...
3 years ago
0 Votes
1 Answers
916 Views
0 Votes 1 Answers 916 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
0 Answers
981 Views
0 Votes 0 Answers 981 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
0 Answers
987 Views
0 Votes 0 Answers 987 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
950 Views
0 Votes 0 Answers 950 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...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K 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
0 Answers
1K Views
0 Votes 0 Answers 1K 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...
2 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 😄

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

Don't worry! It's all good 🙂

3 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...

4 years ago
0 The Link To The Script Is Broken, Script In The Repo Is Named

Hi Tim, Yes we know there are a few broken links in the docs.
We've been hard to work, building a new documentation site which should bring a bit more order and aim to explain ClearML a bit better! Expect it very soon!

3 years ago
0 Hello! I'M Totally New To Clearml. I'M Writing To Ask A Question About The First Steps. Where I Run The Code To Install Clearml As Report In This Link

That's true 🙂 Our SDK is a python based and your code needs to be python code for us to integrate with

3 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 🙂

3 years ago
0 Hi, I Am Trying To Understand Clearml-Data And Only Found This Piece Of Article Explaining It.

Hi Jax, I'm working on a few more examples of how to use clearml-data. should be released in a few weeks (with some other documentation updates). These however don't include the use case you're talking about. Would you care to elaborate more on that? Are you looking to store the code that created the data, in the execution part of the task that saves the data itself?

3 years ago
0 Hi, How Can I Download / Access Artifacts That Were Uploaded With Task.

You can use:
task = Task.get_task(task_id='ID') task.artifacts['name'].get_local_copy()

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

LOL Love this Thread and sorry I didn't answer earlier!

VivaciousPenguin66 EnviousStarfish54 I totally agree with you. We do have answers to "how do you do X or Y" but we don't have workflows really.

What would be a logical place to start? Would something like "training a Yolo V3 person detector on COCO dataset and how you enable continuous training (let's say adding PASCAL dataset afterwords) be something interesting?

The only problem is the friction between atomic and big picture. In...

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

Can you check again? It works for me. If you're still not able to reach it, can you send an image of the error you're getting?

2 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?

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

Hey There Jamie! I'm Erez from the ClearML team and I'd be happy to touch on some points that you mentioned.
First and foremost, I agree with the first answer that was given to you on reddit. There's no "right" tool. most tools are right for the right people and if a tool is too much of a burden, then maybe it isn't right!
Second, I have to say the use of SVN is a "bit" of a hassle. the MLOps space HEAVILY leans towards git. We interface with git and so does every other tool I know of. That ...

3 years ago
0 Hi Everyone, I Am Having Problems Getting Pytorch Nightly (For Torch 2.0 Preview) To Run On Clearml-Agent. Here Is My Log. Maybe Someone Sees What The Issue Is. I Dont Get It. It Runs All Fine Locally!

ReassuredTiger98 I think it works for me 🙂
I added this to the requirements (You can put the extra-index-url in the clearml.conf), and I've enabled the torch nightly flag:
--extra-index-url https://download.pytorch.org/whl/nightly/cu117
clearml
torch == 1.14.0.dev20221205+cu117
torchvision == 0.15.0.dev20221205+cpu

one year 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?

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

BTW, I suggest for new questions, just ask in the clearml-community. I'm really happy to help but I almost missed this message 😄

3 years ago
0 Just Wondering, Why Aren'T You Guys Getting Yourselves Known In Gtc?

We are 😄 We have 3 talks in the upcoming GTC

3 years ago
0 Is There A Way To Compare Experiments Across Projects?

Yes, If you go to "all projects" you'll see all the experiments and you can choose and compare them there.
You can always "hack" the URL of the compare (just compare 2 experiments, then add and experiments ID), if the experiments are running for long and the "all projects" option doesn't work then it's hackish but works 😄

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?

3 years ago
0 What Is Parent Task For A Dataset? When Does It Get Populated?

when you create a new dataset you can define one or more parents. by default there are no parents to a dataset.

3 years ago
Show more results compactanswers