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 Everyone, I'M Trying To Change My

Hey everyone, I'm trying to change my api.files_server from localhost to an s3 bucket. Can't find any examples/docs to do so.
I don't want anything to be saved on the localhost.
Thanks!

  
  
Posted one year ago
Votes Newest

Answers 9


Hi NarrowLion8 , you can simply change the file_server section to an s3 bucket like files_server: s3://my_test_bucket

  
  
Posted one year ago

using the report_matplotlib_figure function

  
  
Posted one year ago

CostlyOstrich36
self.reporter_logger.report_matplotlib_figure('', '', figure=plt, iteration=gen_number, report_image=False)this is how I report (worked well before)

  
  
Posted one year ago

yes

  
  
Posted one year ago

Hi NarrowLion8 , do you have a snippet? Just changing the file_server attribute caused that?

  
  
Posted one year ago

CostlyOstrich36 With explicitly defined report_image param to False

  
  
Posted one year ago

Hi CostlyOstrich36
Thanks! it helped, but now I save plots and they are indeed saved to S3, but instead of being presented in the 'PLOTS' tab, they're presented in the 'DEBUG SAMPLES' tab. how can i change it?

  
  
Posted one year ago

Changing the files_server was the only change from previous experiments

  
  
Posted one year ago

How are you saving the plots?

  
  
Posted one year ago
876 Views
9 Answers
one year ago
one year ago
Tags
Similar posts