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, I See This In Between My Training Epochs, What Could Be Causing This? Because I See No Affect Of The Following

Hey, I see this in between my training epochs, what could be causing this? Because I see no affect of the following INFO on the training or reporting to ClearML Server.
clearml.Task - INFO - Task connect, second input model is not supported, adding into comment section

  
  
Posted 3 years ago
Votes Newest

Answers 2


Hi SmarmyDolphin68

I see this in between my training epochs, what could be causing this?

This is basically saying we are saving a second model on the same Task and even though both are logged, only the last is stored on the Task itself.
This will change as in the next version a Task will be able to hold reference to multiple models in the artifactory 🙂

  
  
Posted 3 years ago

Great! Thanks for the clarification AgitatedDove14 🙂

  
  
Posted 3 years ago
633 Views
2 Answers
3 years ago
one year ago
Tags