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
MinuteCamel2
Moderator
3 Questions, 4 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

4 × Eureka!
0 Votes
2 Answers
605 Views
0 Votes 2 Answers 605 Views
one year ago
0 Votes
6 Answers
622 Views
0 Votes 6 Answers 622 Views
2 years ago
0 Votes
2 Answers
560 Views
0 Votes 2 Answers 560 Views
Hi everyone πŸ™‚ I have a question about ClearML. I can I disable it from automatically uploading model checkpoints to ClearML servers? I’m not interested in u...
one year ago
0 Hi Everyone

Apparently I also exceeded the quota:
clearml.backend_interface.session.SendError: Action failed <400/68: tasks.create/v1.0 (The usage quota was exceeded: type=artifacts_storage)> (name=test-experiment-24-12-2022-10:17:01, system_tags=['development'], type=training, comment=Auto-generated at 2022-12-24 10:17:16 UTC by ubuntu@ip-10-201-3-182, project=876429ffdd1f4355b6ee176e9c7e3df5)I deleted all of the models from my ClearML project but I still receive this message. Do you know why?

one year ago
0 Hey All, I Started To Use Clearml Couple Of Days Ago And It’S Great So Far. I’M Working On A Project That Uses Pytorch Lightning. I Saw The Code Snippet About How To Integrate Clearml With Pytorch Lightning, However I’M Not Sure I Understand How The Integ

TimelyPenguin76 I see. But when I try to fetch the underline logger from Pytorch Lightning, I see its type is SummaryWriter . Do you know how can I β€œextract” ClearMLLogger from PL, after a task is initiated?

2 years ago