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
Hi! If I Have A Folder With Multiple

Hi! If I have a folder with multiple ckpt files would the manual way to upload them be the following:
output_model = OutputModel(task) output_model.update_weights_package(dirpath) output_model.wait_for_uploads()I am getting FileNotFoundError: [Errno 2] No such file or directory: 'h'

  
  
Posted 2 years ago
Votes Newest

Answers 4


Did you verify the file's existence during the run?

  
  
Posted 2 years ago

My bad :man-facepalming: It was just specifying weights_path=dirpath since the first argument is weights_filename

  
  
Posted 2 years ago

Can you give an example of the pathing of dirpath ?

  
  
Posted 2 years ago

Yes, the files are inside the folder

  
  
Posted 2 years ago
681 Views
4 Answers
2 years ago
one year ago
Tags