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
Unanswered
Hello, I Have A Local Install Using The Docker Compose Approach. I'M Trying To Set


I tested ~/clearml.conf and CLEARML_DEFAULT_OUTPUT_URI , they are both ignored.

Maybe for more context, I'm using https://github.com/allegroai/clearml/blob/master/examples/frameworks/pytorch-lightning/pytorch_lightning_example.py to test and the only way I can have the model checkpoints uploaded to the server is if I set output_uri in the Task.init .

I base the assumption that I should not have to do that on the following comment from ~/clearml.conf .

# Default Task output_uri. if output_uri is not provided to Task.init, default_output_uri will be used instead.

  
  
Posted one year ago
93 Views
0 Answers
one year ago
one year ago