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
Profile picture
NarrowLion8
Moderator
2 Questions, 7 Answers
  Active since 24 January 2023
  Last activity one year ago

Reputation

0

Badges 1

7 × Eureka!
0 Votes
9 Answers
685 Views
0 Votes 9 Answers 685 Views
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 sav...
one year ago
0 Votes
3 Answers
661 Views
0 Votes 3 Answers 661 Views
Hi, is there a log that can indicate who or what (some error) aborted an experiment?
one year ago
0 Hey Everyone, I'M Trying To Change My

Changing the files_server was the only change from previous experiments

one year ago
0 Hey Everyone, I'M Trying To Change My

CostlyOstrich36 With explicitly defined report_image param to False

one year ago
0 Hey Everyone, I'M Trying To Change My

using the report_matplotlib_figure function

one year ago
0 Hey Everyone, I'M Trying To Change My

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

one year ago
0 Hey Everyone, I'M Trying To Change My

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?

one year ago
one year ago