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, We Are Having Some Issues With Model Snapshots Uploading To The Fileserver. We Configured Sdk.Development.Default_Output_Uri To Point To Our File Server, And When We Run Some Experiment We Can See Under The Models Tab Some Url Pointing To

Hi, we are having some issues with model snapshots uploading to the fileserver. We configured sdk.development.default_output_uri to point to our file server, and when we run some experiment we can see under the models tab some url pointing to http://192.168.1.240:8081/uploading_file but the file is not accessible and its not clear if it was successfully stored. any clues?

  
  
Posted 3 years ago
Votes Newest

Answers 6


thanks!

  
  
Posted 3 years ago

it worked!

  
  
Posted 3 years ago

AgitatedDove14 it is happening on an offline network, would be tricky to set it up we will try. so far the errors we observed were either:
Calling upload callback when starting upload: maximum recursion depth exceeded
Or
something like pending for upload (might be because we archived a run while it was uploading)

  
  
Posted 3 years ago

YEY 🙂

  
  
Posted 3 years ago

Hi RipeGoose2
Any logs on the console ?
Could you test with a dummy example on the demoserver ?

  
  
Posted 3 years ago

RipeGoose2 That sounds familiar. Could you test with the latest RC?
pip install trains==0.16.4rc0

  
  
Posted 3 years ago
634 Views
6 Answers
3 years ago
one year ago
Tags
Similar posts