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
Unanswered
Hello Clearml Community - I May Have Smth Easy To Confirm As A Bug Or Get A Simple Resolve: Executing The Sample

Hello ClearML community - I may have smth easy to confirm as a bug or get a simple resolve: executing the sample None on None renders the 3d plots but their labels are always named x,y,z, which means clearml ignores its own API., as the above code clearly says: xaxis="title x",
yaxis="title y",
zaxis="title z", Furthermore, using a plotly figure with report_plotly renders the same result with axis labels ignored, but also things like fig.update_layout(
# sliders=sliders,
title=title,
scene=dict(
xaxis_title=xlabel,
yaxis_title=ylabel,
zaxis_title=zlabel,
xaxis=dict(
autorange="reversed" # Reverse the x-axis direction
),
# camera_projection_type='orthographic'
), are completely ignored. I wanted to know if someone has seen this and resolved or filled a bug report already?

  
  
Posted one day ago
Votes Newest

Answers

115 Views
0 Answers
one day ago
22 hours ago
Tags