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
BeefyStarfish55
Moderator
2 Questions, 6 Answers
  Active since 19 April 2023
  Last activity one year ago

Reputation

0

Badges 1

6 × Eureka!
0 Votes
5 Answers
633 Views
0 Votes 5 Answers 633 Views
one year ago
0 Votes
7 Answers
629 Views
0 Votes 7 Answers 629 Views
Is there more info on how to set up clearml-agent in kubernetes than at these links? None None I’m still not following exactly how to get it set up, and how ...
one year ago
0 Is There More Info On How To Set Up Clearml-Agent In Kubernetes Than At These Links?

Also, is the Pro plan autoscaling option the only way to run clearml in the cloud without having a dedicated VM that’s running all the time?

one year ago
one year ago
0 Is There More Info On How To Set Up Clearml-Agent In Kubernetes Than At These Links?

Ok, that’s good to know. So with the autoscaler, can you also define what types of machines you need, for example GPU/No GPU, storage size, memory, etc?

one year ago
0 Hi, Sorry This Might Be A Basic Question. I’M Having Trouble Finding Where I Can Read About Visualizing Step Inputs And Outputs. All I’M Seeing On The Pipeline Page Or “Full Details” Page Is The Kwarg For The Step, But It Just Lists The Name, And Isn’T Lo

So, if I’m understanding right, you can see the output artifacts visualized, which I think is just the return value from the function, but you can’t visualize the input to the function? You’d just have to go back and view the output from the previous?

For example, on step 2 I’m just seeing data_frame under configuration, and it says Type: str and nothing else. Is that right?

one year ago