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
Hey All, I Cannot Use Clearml With Accelerate For Uploading Checkpoints.

hey all, I cannot use clearml with accelerate for uploading checkpoints.

  • Accelerate handles the folder structure, so checkpoints are usually like <checkpoint_folder>/iteration_4000/pytorch.bin (example).
  • I initialise my clearml task with Task.init(..., output_uri=" None ")
  • Clearml creates some nested structures with the s3 key, however keeps overwriting the pytorch.bin for every checkpoint
  • Any way we specify to keep the fodler structure like iteration_4000/pytorch.bin ?
  
  
Posted 10 months ago
Votes Newest

Answers


Hi @<1535069219354316800:profile|PerplexedRaccoon19> , currently the folder structure is fixed, a fact that is also used by other clearml components

  
  
Posted 10 months ago
564 Views
1 Answer
10 months ago
10 months ago
Tags