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
If I'M Using A Drive Mapping To Save Files Is There Any Easy Method/Hack That Would Allow Me Having Different Base Mappings On Different Machines?

If I'm using a drive mapping to save files is there any easy method/hack that would allow me having different base mappings on different machines?

  
  
Posted 2 years ago
Votes Newest

Answers 6


HelplessCrocodile8

Basically the file URI might be different on a different machine (out of my control) but they point to the same artifact storage location

We might have thought of that...
in your clearml.conf file:
sdk{ storage { path_substitution = [ # Replace registered links with local prefixes, # Solve mapping issues, and allow for external resource caching. { registered_prefix = file:///mnt/data/old/ local_prefix = file:///mnt/new/ }, ] } }(I mean it is always good to have fixed mounts, but then reality 🙂 )

  
  
Posted 2 years ago

I think I'll just switch to docker and mount

  
  
Posted 2 years ago

ah that is perfect, thank you

  
  
Posted 2 years ago

👍

  
  
Posted 2 years ago

HelplessCrocodile8 Hi!

What do you mean exactly by "drive mapping to save..." ? are you referring to upload artifacts ? are those models ? data?

  
  
Posted 2 years ago

Basically the file URI might be different on a different machine (out of my control) but they point to the same artifact storage location

  
  
Posted 2 years ago
513 Views
6 Answers
2 years ago
one year ago
Tags