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
GrumpyPenguin23
Moderator
23 Questions, 149 Answers
  Active since 10 January 2023
  Last activity 2 years ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Heads up - our workspace is now renamed to clearml, the channel renaming is happening now. BTW there is also a formal blog post for the launch https://tinyur...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
One of you (name is safe and sound with me πŸ˜‰ ) realised that the new name, ClearML, reminded him of some other family of products. He designed an alternativ...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
4 years ago
0 Votes
1 Answers
2K Views
0 Votes 1 Answers 2K Views
The party continues on reddit. I'm sure there will be questions from non-users, I hope you could all join in and answer! https://www.reddit.com/r/MachineLear...
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
November poll! Choose our new product name! https://twitter.com/allegroAI/status/1324743895364915200 AND/OR https://docs.google.com/forms/d/1t6QncHM6_PHHNFNl...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hey, quick show of hands, who's seen T Guerre in our videos yet?
4 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K Views
Hi everyone - quick show of hands, is anyone here interested in trains related memes?
5 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Dear , We are happy to announce that we will be officially changing the Trains product name. The official announcement will be made in January, but we wanted...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
CloudyHamster42 do you want to move our discussion from FB here?
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Notice Pytorch Lightning users: PL issue 249 is in fact a non issue starting from Lightning 1.0. No need for any special loggers for the time being, just the...
5 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Eventually yes πŸ˜„ and sooner if you submit a feature request, much sooner if you suhmit a pull request πŸ˜†
5 years ago
0 Votes
7 Answers
2K Views
0 Votes 7 Answers 2K Views
Dear community! I'm trying out a new way to make clearml-related content. I'd like your opinion on whether this is something you would consider watching (pro...
4 years ago
0 Votes
2 Answers
2K Views
0 Votes 2 Answers 2K Views
Hi,
Hi, ,release notes time! Trains 0.16.4 and Agent 0.16.2 are out! πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ πŸ‘ First we would like to thank all of you that starr...
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
0 Answers
1K Views
0 Votes 0 Answers 1K Views
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Friendly reminder that exists
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Kudos JuicyFox94 on the effort! If we could clone you and reproduce you as easily as we do to our experiments... ☸️ πŸ… https://twitter.com/lstmeow/status/135...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Back with another episode of the CLEAR show! Considering the feedback was no turtle πŸ˜‰ we took care of that. See how easy it is to start a worker on a google...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hi Everyone. A nice gist showing how to plug ClearML into sagemaker - i.e. the system env parameters that need to be set https://gist.github.com/YogevKr/de85...
4 years ago
0 Votes
3 Answers
2K Views
0 Votes 3 Answers 2K Views
Just a quick note for everyone here, I'm giving a webinar tomorrow, pretty basic ClearML stuff but we end up with a pipeline like this πŸ™‚ So if you know anyo...
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
PS - this one was made with you in my mind and heart https://youtu.be/r2BMMDzfyA0
4 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K Views
Hey y'all, if you want to discuss clearml in meme form, note that we have a new channel for that:
4 years ago
0 Off Topic - Is There A Slack / Discord Community For General Ml Discussions?

Okay, I'll make a channel here today, and the sticky post on it would be a list of other channels πŸ’ͺ

For now here is one of my favorites:

https://discord.gg/v4BfukdZ

4 years ago
0 Hi, There'S Something I Don'T Find Too Logical When Using Clearml And Its Agents. I Will Need To Run My Code Once On My Client Computer This Is Without Gpus. And Then I Will Need To Run It Via The Ui On Clearml Server That Has Gpus. Why Can'T I Configure

Hi SubstantialElk6 , have a look at Task.execute_remotely, and it's especially for that. For instance in the recent webinar, I used pytorch-cpu on my laptop and task.execute_remotely. the agent automatically installs the GPU version. Example https://github.com/abiller/events/blob/webinars/webinars/flower_detection_rnd/A1_dataset_input.py

4 years ago
0 Hi, Do You Have A Channel For Dev/Contributors On Your Github Repos? I See Only A

Hi, it is under construction, but it is going to be there.

4 years ago
4 years ago
0 I Am Using Pytorch Lightning With Ddp Accelerator On 4 Gpus, And I Found Every Checkpoint Is Recorded 4 Times On Web Ui With Different Ids. One Is On

Hi! Looks like all the processes are calling torch.save so it's probably reflecting what Lightning did behind the curtain. Definitely not a feature though. Do you mind reporting this to our github repo? Also, are you also getting duplicate experiments?

4 years ago
4 years ago
5 years ago
0 And Sure I Want To Ask About Approaches To Manage Mlops And Really Useful Recommendations To Start Work With It. Maybe Do You Have Some Favourite Related Articles?

Hi, this really depends on what your organisation agrees is within MLOps control and what isn't. I think this blogpost is a must read:
https://laszlo.substack.com/p/mlops-vs-devops
and here is a list of infinite amount of MLOps content:
https://github.com/visenger/awesome-mlops
Also, are you familiar with the wonderful MLOPS.community? The meetup and podcasts are magnificent (also look for me in their slack)
https://mlops.community/

4 years ago
0 Hi Can You Help Me Debug This From Clearml-Data?

I'm not sure I can help with the technicality, but here is a basic question you'll be aksed - are you able to download anything from your minio using ClearML?

4 years ago
0 I Need To Create Some Meta-Analysis Of My Experiments. Is There A "Dashboard" View For Trains That I Can Create Plots For All Experiments Metadata? If Not, Is There An Easy Way To Export The Tables So I Can Make This Plot Locally. I Want To Create A "Kp

There are several ways of doing what you need, but none of them are 'magical' like we pride ourselves for. For that, we would need user input like yours in order to find the commonalities.

5 years ago
0 Roll Call! Who Else Is Here?

@<1523714910930866176:profile|MiniatureStarfish88> if you are here make sure to vote for the next presentor of my show ^

4 years ago
0 How Do People Generally Handle Moving From Experimental Mode With Notebooks And Then Running Pipelines For Production Training And Beyond?

Well in general there is no one answer. I can talk about it for days. In ClearML the question is really a non issue since of you build a pipeline from notebooks on your dev in r&d it is automatically converted to python scripts inside containers. Where shall we begin? Maybe you describe your typical workload and intended deployment with latency constraints?

4 years ago
0 Just Getting Started With Clearml, Any Recommended Videos On How To Get A Sample Project Up? I Am Using The One On Their Youtube Channel Right Now But I Am A Bit Confused As How To Use The Demoapp

Oh hey, did someone mention my name on this thread? MiniatureCrocodile39 did you manage to create a pycharm virtual env with clearml installed?

4 years ago
0 Off Topic - Is There A Slack / Discord Community For General Ml Discussions?

There are an astounding number of such channels actually. It probably depends on your style. Would you like me to recommend some?

Of course we can always create a channel here as well... One more can't hurt πŸ˜‰

4 years ago
0 Lstmeow Is Back! Bots/Gals/Guys Feel Free To

Thanks @<1523701205467926528:profile|AgitatedDove14> , also I think you're missing a few pronouns there πŸ˜‰

5 years ago
4 years ago
0 Hello All, I Am Using Community Server And I Could Not Find Feature Store On My Ui. Any Configuration To Make It Appear? Thanks

First of all I'd like to thank you for pointing out that our messaging is confusing. We'll fix that.

To the point: Nice interface and optimized db access for feature stores is part of our paid, enterprise offering.

Managing data/features as part of your pipelines and getting version-controlled features == offline feature store

The latter is doable with the current ClearML open source tools, and I intend to show it very soon. But right now you won't have a different pane for DataOps, it'll...

4 years ago
Show more results compactanswers