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

Reputation

0

Badges 1

8 × Eureka!
0 Votes
0 Answers
892 Views
0 Votes 0 Answers 892 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...
3 years ago
0 Votes
0 Answers
967 Views
0 Votes 0 Answers 967 Views
Friendly reminder that exists
3 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...
3 years ago
0 Votes
0 Answers
910 Views
0 Votes 0 Answers 910 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
904 Views
0 Votes 0 Answers 904 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...
3 years ago
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K 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...
3 years ago
0 Votes
1 Answers
1K Views
0 Votes 1 Answers 1K 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...
3 years ago
0 Votes
3 Answers
966 Views
0 Votes 3 Answers 966 Views
Eventually yes πŸ˜„ and sooner if you submit a feature request, much sooner if you suhmit a pull request πŸ˜†
4 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
3 years ago
0 Votes
0 Answers
977 Views
0 Votes 0 Answers 977 Views
Hey y'all, if you want to discuss clearml in meme form, note that we have a new channel for that:
3 years ago
0 Votes
0 Answers
971 Views
0 Votes 0 Answers 971 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...
3 years ago
0 Votes
1 Answers
931 Views
0 Votes 1 Answers 931 Views
Hi everyone - quick show of hands, is anyone here interested in trains related memes?
4 years ago
0 Votes
0 Answers
949 Views
0 Votes 0 Answers 949 Views
PS - this one was made with you in my mind and heart https://youtu.be/r2BMMDzfyA0
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
Hey, quick show of hands, who's seen T Guerre in our videos yet?
3 years ago
0 Votes
2 Answers
956 Views
0 Votes 2 Answers 956 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...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K Views
3 years ago
0 Votes
0 Answers
888 Views
0 Votes 0 Answers 888 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...
3 years ago
0 Votes
7 Answers
1K Views
0 Votes 7 Answers 1K 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...
3 years ago
0 Votes
0 Answers
1K Views
0 Votes 0 Answers 1K 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...
4 years ago
0 Votes
0 Answers
922 Views
0 Votes 0 Answers 922 Views
CloudyHamster42 do you want to move our discussion from FB here?
4 years ago
0 Votes
0 Answers
988 Views
0 Votes 0 Answers 988 Views
4 years ago
0 Votes
0 Answers
854 Views
0 Votes 0 Answers 854 Views
3 years ago
0 Votes
3 Answers
956 Views
0 Votes 3 Answers 956 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...
3 years ago
0 How Do People Generally Handle Moving From Experimental Mode With Notebooks And Then Running Pipelines For Production Training And Beyond?

Nbdev ia "neat" but it's ultimately another framework that you have to enforce.

Re: maturity models - you will find no love for then here πŸ˜‰ mainly because they don't drive research to production

Your described setup can easily be outshined by a ClearML deployment, but sagemaker instances are cheaper. If you have a limited number of model architectures you can get tge added benefit of tracking your s3 models with ClearML with very little code changes. As for deployment - that's anoth...

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

3 years ago
0 Hi All, Sorry For Simple Question, But Is It Possible To Directly Specify The Gitlab Repository To Save Experiment Statistics And Artifacts In Config File (I Have Two Gitlab Accounts And A Github Account)?

I would say that this is opposite of the ClearML vision... Repos are for codes, ClearML server is for logs, stats and metadata. It can also be used for artifacts if you dont have dedicated artifact storage (depending on deployment etc)

Do you mind explaining your viewpoint?

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

3 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

3 years ago
0 I Have Several Models To Log As Artifact And I Am Using Outputmodel To Do That Model = Outputmodel(Task) Model.Update_Weights(File) Here 'File' Is My Model In The Ui It Is Showing Me The Models As A 'Draft' Now If I Try Again To Log Models One More Time

what a turn of events πŸ˜‰ so lets summarize again:
upkeep script - for each task, find out if there are several models created by it with the same name if so, make some log so that devops can erase files DESTRUCTIVELY delete all the models from the trains-server that are in DRAFT mode, except the last one

4 years ago
0 Hey All. Thinking About Organisation Of Artefacts And How We Store Them In S3. We Have Been Using The

I'm specifically interested in the model-first queries you would like to do (as experiment-first queries are fully featured, we want to understand whats the best way to take that into models)

3 years ago
0 Hi All, Sorry For Simple Question, But Is It Possible To Directly Specify The Gitlab Repository To Save Experiment Statistics And Artifacts In Config File (I Have Two Gitlab Accounts And A Github Account)?

Hi BattyLion34 , could you clarify a little? If I understand correctly, you wish to use a code repository to store artifacts and ClearML logs?

3 years ago
0 Hi, I Am New Here. I Was Wondering Where Can I Configure Which Machines Trains (Or Trains-Agent?) Use For Queueing Tasks, And How Do I Create Such Queues. Thanks.

Welcome! The machines are the ones you install and run the trains-agent daemon on, and creating the queues can be done via the trains-agent cli or the webapp UI

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 can you link to the wandb docs? Looks like you want a custom entry point, I'm thinking "maybe" but probably the answer is that we do it a little differently here.

4 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/

3 years ago
3 years ago
0 I'Ve Been Working A Bit With Trains-Agent, Having Them Deployed On Different Machines Listening To Queues (Docker Mode) And It'S Been Working Good So Far. My Question Is What Is The Difference Between That Setup (Creating Agents On Different Machines And

WackyRabbit7 It is conceptually different than actually training, etc.

The service agent is mostly one without a gpu, runs several tasks each on their own container, for example: autoscaler, the orchestrators for our hyperparameter opt and/or pipelines. I think it even uses the same hardware (by default?) of the trains-server.

Also, if I'm not mistaken some people are using it (planning to?) to push models to production.

I wonder if anyone else can share their view since this is a relati...

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

3 years ago
0 I Have A Data Scientist Constantly Having The Same Problem. If She Did Not Push His Latest Changes To Git, She Gets The Following Error

This looks like a genuine git fetch issue. Trains would have problems figuring the diff if git cannot find the base commit...
Do you have submodules on the repo? did the DS push his/her commits?

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

EnviousStarfish54 first of all, thanks for taking the time to explore our enterprise offering.

  1. Indeed Trains is completely standalone. The enterprise offering adds the necessary infrastructure for end-to-end integration etc. with a huge emphasis on computer vision related R&D.
  2. The data versioning is actually more than just data versioning because it adds an additional abstraction over the "dataset" concept, well this is something that the marketing guys should talk about... unless you ...
4 years ago
0 I Have Several Models To Log As Artifact And I Am Using Outputmodel To Do That Model = Outputmodel(Task) Model.Update_Weights(File) Here 'File' Is My Model In The Ui It Is Showing Me The Models As A 'Draft' Now If I Try Again To Log Models One More Time

script runs, tries to register 4 models, each one of them is exactly found in the path, size/timestamp is different. then it will update the old 4 models with the new details and erase all the other fields

4 years ago
0 Hi, We Have Been Using Clearml In Our Development Environment To Train Our Models And Benchmarking Them. I Was Wondering What Is Clearml'S Role In Transition To (Production. Two Specific Points, Deployment, And Automated Retraining Pipeline.

These are excellent questions. While we are working towards including more of our users stack within the ClearML solution, there is still time until we unveil "the clearml approach" to these. From what I've seen within our community, deployment can anything from a simple launch of a docker built with 'clearml-agent build' to auto training pipelines.

Re triggering - this is why we have clearml-task πŸ˜‰

3 years ago
0 Has Anyone Gotten This Error Before:

Difficult without a reproducer, but I'll try: How did you get the logger? Maybe you forgot parentheses at task.get_logger() ?

3 years ago
0 Has Anyone Gotten This Error Before:

Aha so my flower detector example is not the best one to start with... My suggested route would be framework then experiment tracki g and then ochestration. If you wish to "cut corners" you could try our hyperparam blogpost https://link.medium.com/uGA6DePqmeb

3 years ago
Show more results compactanswers