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
WickedCat12
Moderator
4 Questions, 4 Answers
  Active since 10 January 2023
  Last activity 7 months ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
6 Answers
610 Views
0 Votes 6 Answers 610 Views
Hello everyone, I have an error during "Delete" of project containing 66 sub-projects and 0 experiments. Error: Can't delete project Error 100 : General data...
one year ago
0 Votes
2 Answers
509 Views
0 Votes 2 Answers 509 Views
Hello again 🙂 Is there a way to prevent Task from automatically logging model info into ClearML? I mean into MODELS tab.
one year ago
0 Votes
6 Answers
513 Views
0 Votes 6 Answers 513 Views
Hello everyone, I'd like to stop ClearML from automatically logging models from YOLOv8. Is there any way to do it without disconnecting from framework (pytor...
9 months ago
0 Votes
3 Answers
470 Views
0 Votes 3 Answers 470 Views
Hello. Is there any possibility to change horizontal axis in Scalars to some chosen metrics (e.g. epochs metric)? As far I have seen it's possible to use wal...
7 months ago
0 Hello Everyone, I'D Like To Stop Clearml From Automatically Logging Models From Yolov8. Is There Any Way To Do It Without Disconnecting From Framework (Pytorch)?

Thank you Tom! Do you add callback to task to filter the files or is that some custom logging code that you created?

9 months ago
0 Hello. Is There Any Possibility To Change Horizontal Axis In Scalars To Some Chosen Metrics (E.G. Epochs Metric)? As Far I Have Seen It'S Possible To Use Wall Time. Is That A Planned Feature?

It does but that's not the feature I seek.
Due to that ClearML is not configured to log metrics directly from PyTorch lightning I need to stick with the values that ClearML gathers from tensorboard automatically so I don't log the metrics myself.
I need to stick with steps.

In wandb there's a functionality to use chosen metric as horizontal axis value (due to that every metric is related to steps it's possible). For example it's possible to use logged epoch (on x-axis there's step, y-axis ha...

7 months ago