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, I Have Problems To Render Matploblib Figures Via. Report_Matplotlib_Figure. This Line Plt.Subplots() Try To Export To The Fileserver Which Is Not Configured In Our Case. Please Help. Clearml.Storage - Error - Exception Encountered While Uploading Fail

Hi, I have problems to render matploblib figures via. report_matplotlib_figure. This line plt.subplots() try to export to the fileserver which is not configured in our case. Please help. clearml.storage - ERROR - Exception encountered while uploading Failed uploading object /phenkit-autopilot/pipeline_as_a_task.3e8701fc0a5d4655b2c277802d5f8ad5/metrics...

  
  
Posted 4 months ago
Votes Newest

Answers


Do you mean you don't have a files server running? You can technically circumvent this by overring the api.files_server in clearml.conf and set it to your default storage

  
  
Posted 4 months ago
258 Views
1 Answer
4 months ago
4 months ago
Tags