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 I Use Allegro With Docker Mode. But I Do Not Have Access To Paths Where The Data Are(Data I Use For Training). How Can I Use "Volume Mount" With Allegro?

hey
I use allegro with docker mode. But I do not have access to paths where the data are(data I use for training).
how can I use "volume mount" with allegro?

  
  
Posted 3 years ago
Votes Newest

Answers 5


Hi UnsightlySeagull42
Basically you can get the agent to always add additional arguments for the docker run, such as -v for mounting:
https://github.com/allegroai/clearml-agent/blob/948fc4c6ce1ecf33a74619ad570d69b8188f6db9/docs/clearml.conf#L133

  
  
Posted 3 years ago

I thought that I had to open a new thread because the question was already longer ago

  
  
Posted 3 years ago

Hi UnsightlySeagull42 , I think this is a follow-up to an existing discussion, right?

  
  
Posted 3 years ago

🙂

  
  
Posted 3 years ago

yes

  
  
Posted 3 years ago
638 Views
5 Answers
3 years ago
one year ago
Tags