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
SolidGoose91
Moderator
12 Questions, 46 Answers
  Active since 15 March 2023
  Last activity 11 months ago

Reputation

0

Badges 1

46 × Eureka!
0 Votes
11 Answers
555 Views
0 Votes 11 Answers 555 Views
Hi good folks here! Does ClearML allow auto-rerun of Failed jobs, for example when a SPOT instance gets interrupted, please? (or auto-resume, if checkpointin...
one year ago
0 Votes
5 Answers
565 Views
0 Votes 5 Answers 565 Views
Could some help me figure out why figures have disappeared from a report, please? My colleague made this report 6 weeks ago ago None , but all the graphs hav...
one year ago
0 Votes
26 Answers
546 Views
0 Votes 26 Answers 546 Views
Is it possible to merge None please? It’s blocking us from using ClearML sessions. Thank you 🙂
one year ago
0 Votes
20 Answers
611 Views
0 Votes 20 Answers 611 Views
Is there any way to change the x-axis on the charts for scalars, to say e.g. "epochs" instead of "iterations"? Or is that hardcoded?
one year ago
0 Votes
7 Answers
632 Views
0 Votes 7 Answers 632 Views
Hi all, in the AWS scheduler, what’s the difference between: - Regular Instance Rollback Timeout - Spot Instance Blackout Periodplease?
one year ago
0 Votes
7 Answers
608 Views
0 Votes 7 Answers 608 Views
12 months ago
0 Votes
0 Answers
502 Views
0 Votes 0 Answers 502 Views
Would be super helpful to have it, even as a Pro feature!
one year ago
0 Votes
7 Answers
621 Views
0 Votes 7 Answers 621 Views
one year ago
0 Votes
16 Answers
630 Views
0 Votes 16 Answers 630 Views
one year ago
0 Votes
0 Answers
624 Views
0 Votes 0 Answers 624 Views
(I'd open an issue on GitHub if I had found which is the right repo to address it)
one year ago
0 Votes
0 Answers
522 Views
0 Votes 0 Answers 522 Views
Hi everyone! Loving ClearML so far. Has anyone managed to make its autoscaler and scheduler work with Lambda GPU Clouds by any chance, please? https://lambda...
one year ago
0 Votes
2 Answers
542 Views
0 Votes 2 Answers 542 Views
Hi folks! How do we get clearml-session to run in a private docker image from a private container registry, in particular from an AWS ECR , please? Very usef...
one year ago
0 Is It Possible To Merge

Screenshot incoming

one year ago
0 Is It Possible To Merge

screenshot in the PR: None

one year ago
0 Is It Possible To Merge

It was a debugging session. We haven’t yet tried a “Standard” non-debugging clearml session.

one year ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

Thanks @<1523703436166565888:profile|DeterminedCrab71> . Yes, I've seen the three options to plot different things. What I'm trying to do is for the "Iterations" plot to have the same plot but just change the X label, not the time series. In matplotlib that would be a call to xlabel .

one year ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

From the doc I seemed to find ways to log 2D scatter plots, but not line plots :/ (found)
It also seems simpler to keep the scalar logging structure, but be able to pass a multiplier (reflecting the eval_n_steps in for example Torch Lightning)

one year ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

(actually, that might even be feasible without touching the UI, depending how the plot is rendered, but I'll check)

one year ago
0 Hi All, In The Aws Scheduler, What’S The Difference Between:

Brilliant, thanks a lot for the answer Jake, much appreciated and clearer!
@<1529271085315395584:profile|AmusedCat74> @<1548115177340145664:profile|HungryHorse70> here we have the answer :)

one year ago
0 Is It Possible To Merge

No problem 🙂 Once you’ve merged it, what do we need to do to get the updated version please?

one year ago
0 Hi Team! Is There A Way To Make Clearml’S Aws Autoscaler And Queues Resource-Aware Please? I.E. If We Can Say, As We Enqueue Our Job, How Much Ram Or Gpu-Ram Or Even Gpus It Needs, Have The Scheduler/Autoscaler Dispatch The Job To Instances That Are Of Th

Thanks @<1523701070390366208:profile|CostlyOstrich36> !

  • I hadn’t found the multiple-resources within the same autoscaler. Could you point me to the right place please? Are they all used interexchangeably based upon availability, rather than based on job needs?
  • We thought of using separate queues (we do that for CPU vs GPU queues), but having ClearML automatically dispatch to the right based on a job specification would be more flexible. (for example, we could then think to dispath dynami...
one year ago
0 Hi Team! Is There A Way To Make Clearml’S Aws Autoscaler And Queues Resource-Aware Please? I.E. If We Can Say, As We Enqueue Our Job, How Much Ram Or Gpu-Ram Or Even Gpus It Needs, Have The Scheduler/Autoscaler Dispatch The Job To Instances That Are Of Th

Can the “multiple agents on a single queue” scenario, combined with the autoscaler, spawn multiple agents on a single EC2 instance, by chance, please? (thinking e.g. 8 agents on a 8xGPU machine)

one year ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

Logging scalars also leverages ClearML automatic logging. One problem is that this automatic logging seems to keep its own internal "iteration" counter for each scalar, as opposed to keeping track of, say, the optimizer's number of steps.
That can be simply fixed on clearML python lib by allowing to set a per-scalar iteration-multiplier.

one year ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

Great, thanks both! I suspect this might need an extra option to be passed via the SDK, to save the iteration scaling at logging time, which the UI can then use at rendering time.

one year ago
0 Hi All, In The Aws Scheduler, What’S The Difference Between:

Hi 🙂 Anyone having any idea on that one please? Or could point me in the right place or the right person to find out? Thanks for any help!

one year ago
0 Is It Possible To Merge

Tagging @<1529271085315395584:profile|AmusedCat74> my colleague with whom we ran into this issue.

one year ago
0 Is It Possible To Merge

Should we have run it from the git repo?

one year ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

Thanks @<1523701070390366208:profile|CostlyOstrich36> ! I'll do - and might even peek under the hood see if I can make a PR. What's the best repo for that? Is it that of the ClearML python package?

one year ago
0 Is It Possible To Merge

We were just trying to run a plain clearml-session on the AWS autoscaler.

one year ago
0 Is There Any Way To Change The X-Axis On The Charts For Scalars, To Say E.G. "Epochs" Instead Of "Iterations"? Or Is That Hardcoded?

Thanks. That would be very helpful. Some of our graphs are logged by optimization steps, whereas some by epochs, so having all called "Iterations" is not ideal.

one year ago
0 Is It Possible To Merge

(apologies for delay @<1523701087100473344:profile|SuccessfulKoala55> , we got called into meetings. Really appreciate your reactivity!)

one year ago
Show more results compactanswers