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

Reputation

0

Badges 1

4 × Eureka!
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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...
2 years ago
0 Votes
3 Answers
976 Views
0 Votes 3 Answers 976 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...
one year ago
0 Votes
2 Answers
951 Views
0 Votes 2 Answers 951 Views
Hello again 🙂 Is there a way to prevent Task from automatically logging model info into ClearML? I mean into MODELS tab.
2 years ago
0 Votes
6 Answers
1K Views
0 Votes 6 Answers 1K 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...
one year 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...

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

one year ago