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
Answered
Hi Everyone

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 using this feature ATM šŸ¤”

  
  
Posted one year ago
Votes Newest

Answers 2


Hi MinuteCamel2

I can I disable it from automatically uploading model checkpoints to ClearML servers?

Maybe this one can help :)
https://www.youtube.com/watch?v=etGjxOKG9lo

deleted all of the models from my ClearML project but I still receive this message. Do you know why?

It might take it a few hours to update... šŸ˜ž

  
  
Posted one year ago

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?

  
  
Posted one year ago
518 Views
2 Answers
one year ago
one year ago
Tags