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
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 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
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 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
0 Answers
2K Views
0 Votes 0 Answers 2K 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
November poll! Choose our new product name! https://twitter.com/allegroAI/status/1324743895364915200 AND/OR https://docs.google.com/forms/d/1t6QncHM6_PHHNFNl...
5 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
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
0 Answers
2K Views
0 Votes 0 Answers 2K 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
2K Views
0 Votes 0 Answers 2K Views
Friendly reminder that exists
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
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
1 Answers
2K Views
0 Votes 1 Answers 2K Views
Hi everyone - quick show of hands, is anyone here interested in trains related memes?
5 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
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
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
5 years ago
0 Votes
0 Answers
2K Views
0 Votes 0 Answers 2K 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
CloudyHamster42 do you want to move our discussion from FB here?
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
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 Can I Ask How Often Does The Hosted Clearml Reset? I'M In A Hackathon And Thought Of Using It.

SubstantialElk6 if you sign up for free on http://clear.ml you'll get a private workspace. some teams used in hackday-jp recently, it was a great success

4 years ago
5 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 Hey! I Just Finished The Movie

Hmm... For quick and dirty integration that would probably do the trick, you could very well issue clearml-task commands on each kubeflow vertex (is that how they are called?)
What do you think AgitatedDove14 ?

4 years ago
0 Is There An Enterprise Version Of Trains? If Yes, What Are The Addition Features,

As I wrote before these are more geared towards unstructured data and I will feel more comfortable, as this is a community channel, if you continue your conversation with the enterprise rep. if you wish to take this thread to a more private channel I'm more than willing.

5 years ago
0 Hmm Is There Any Clear (Pun Intended) Documentation On The Roles Of Storagemanager, Dataset And Artefacts? It Seems To Me There Are Various Overlapping Roles And I'M Not Sure I Fully Grasp The Best Way Of Using Them. Especially When Looking At The Way Da

JealousParrot68 Some usability comments - Since ClearML is opinionated, there are several pipeline workflow behaviors that make sense if you use Datasets and Artefacts interchangeably, e.g. the step caching AgitatedDove14 mentioned. Also for Datasets, if you combine them with a dedicated subproject like I did on my show, then you have the pattern where asking for the dataset of that subproject will always give you the most up-to-date dataset. Thus you can reuse your pipelines without havin...

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
0 Has Anyone Gotten This Error Before:

MiniatureCrocodile39 lets get that fixed πŸ’ͺ could you post the link here?

4 years ago
0 Hi, If I Want To Report Image With Detection Results, But It Will Take Up Too Much Hard Disk Space By Upload Or Save New Pic With Detection Results, Is There Any Solution That I Can Save A Json File With Detection Results, And Load This While Open The Web

SubstantialBaldeagle49 not at the moment, but it is just a matter of implementing an apiclient call. you can open a feauture request for a demo on github, it will help make it sooner than later

5 years ago
0 Hi, If I Want To Report Image With Detection Results, But It Will Take Up Too Much Hard Disk Space By Upload Or Save New Pic With Detection Results, Is There Any Solution That I Can Save A Json File With Detection Results, And Load This While Open The Web

Hi SubstantialBaldeagle49 ,

certainly if you upload all the training images or even all the test images it will have a huge bandwidth/storage cost (I believe bandwidth does not matter e.g. if you are using s3 from ec2) If you need to store all the detection results (for example, QA, regression testing), you can always save the detections json as artifact and view them later in your dev environment when you need. The best option would be to only upload "control" images and "interesting" im...

5 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 Hi, Is There Any Example Which Demonstrates A Typical Workflow Of Model Handling? Especially, I Would Like To Know How To Specify And Download A Model, Which Is Trained In Former Experiments. Thanks!

Hi SoggyFrog26 welcome to ClearML!

The way you found definitely works very well, especially since you can use it to change the input model from the UI in case you use the task as a template for orchestrated inference.

Note that you can wrap metadata around the model as well such as labels trained on and network structure, you can also use a model package to ... well package whatever you need with the model. If you want a concrete example I think we need a little more detail here on the fr...

4 years ago
0 Hey All, Is There A Way To Setup Scalar Plotting So That Series On The Same Scalar Plot Will Have Different Colors?

The colors are controlled by the front-end so not programmatically, but it is possible and (in my opinion) convenient to do so manually via clicking the appropriate position on the legend. Does this meet your expectations?

4 years ago
0 Hi, Can I Do A Quick Check If All The Documentation I Find On Trains Are Still Valid For Clearml? Specifically, I Am Looking At Integration Of Clearml And Kubernetes.

SubstantialElk6 this is a three parter -
getting workers on your cluster, again because of the rebrand I would go to the repo itself for the dochttps://github.com/allegroai/clearml-agent#kubernetes-integration-optional
2. integrating any code with clearml (2 lines of code)
3. executing that from the web ui
If you need any help with the three, the community is here for you πŸ˜‰

4 years ago
0 Does Clearml Have An Integrated Approach To Querying Model Metrics? The Objective Is To Log All Model Run Outputs In Order To Be Able To Query Them For Deployment At A Later Stage. As It Stands, I Am Currently Developing My Own Package To Log The Metrics

Well TenseOstrich47 you can certainly add any metadata to the model itself at training time (or as a post-training job if the model is not published). I'm actually doing a couple of videos on this on the ClearSHOW, tomorrow's episode should explain this approach and there will be examples next week. DM me here if you want to know more.
https://www.youtube.com/watch?v=r2BMMDzfyA0&list=PLMdIlCuMqSTkXBApOMqg2S5IeVfnkq2Mj

4 years ago
0 Hi, Is There A Way To Create A Draft Experiment Manually? That Is - Give It A Some File To Run, Or, Better Yet, A Function To Run Which Will Be The Start Of The Experiment? In W&B, For Example It Is Possible To Simply Write (Their

OddAlligator72 so if I get you correctly, it is equivalent to creating a file called driver.py with all your entry points with an argparser and using it instead of train.py?

5 years ago
5 years ago
0 Hey All, Is There A Way To Setup Scalar Plotting So That Series On The Same Scalar Plot Will Have Different Colors?

Btw the reason that they initialize with barely discernible color lies within the hash function that encodes the str content to a color. I.e., this is actually a feature

4 years ago
Show more results compactanswers