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
RoundSeahorse20
Moderator
3 Questions, 6 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
2 Answers
1K Views
0 Votes 2 Answers 1K Views
Hi, I try to use TF history and to report the metrics in the end of the training. this is how I try to do it: history = model.fit(.....) logger.report_scalar...
3 years ago
0 Votes
10 Answers
1K Views
0 Votes 10 Answers 1K Views
Hi, I try to report a plot to clearML in this way: task.get_logger().report_plotly(title="Train-Val loss", series="sepal", iteration=0, figure=fig) but I got...
3 years ago
0 Votes
1 Answers
903 Views
0 Votes 1 Answers 903 Views
Hi, how I can to control on the notifications mode? I got many warnings, like: 2021-01-07 16:02:07,939 - clearml.metrics - WARNING - cannot write mode RGBA a...
3 years ago
3 years ago
0 Hi, I Try To Report A Plot To Clearml In This Way:

LudicrousParrot69 here is the plot type, but I still get an error.
AttributeError: 'Figure' object has no attribute 'to_plotly_json'

3 years ago
0 Hi, I Try To Report A Plot To Clearml In This Way:

LudicrousParrot69 its strange, I get the plot but the type in None

3 years ago