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
I'M Getting This When Running With Keras Framework. Clearml.Storage - Error - Failed Uploading: [Errno 21] Is A Directory: 'Model.Savedmodel'.

I'm getting this when running with Keras framework.
clearml.storage - ERROR - Failed uploading: [Errno 21] Is a directory: 'model.savedmodel'.

  
  
Posted 3 years ago
Votes Newest

Answers 3


It reflects what is stored by Keras, so if Keras stores the best model this is what you get. BTW if you pass output_uri=True it will automatically upload the models

  
  
Posted 3 years ago

thanks. That seems to work. I got a question, does it save the best model or the model in the last epoch?

  
  
Posted 3 years ago

Hi SubstantialElk6
Could you test with the latest RC6 ?
pip install clearml==0.17.5rc6

  
  
Posted 3 years ago
719 Views
3 Answers
3 years ago
one year ago
Tags