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
Hello. Am New To Clearml. I Wish To Know If There Are Clearml Support For Nvidia Tao (Formerly Known As Transfer Learning Toolkit) ? Thank You

Hello. Am new to clearml. I wish to know if there are clearml support for Nvidia TAO (formerly known as transfer learning toolkit) ? Thank you

  
  
Posted 2 years ago
Votes Newest

Answers 3


My current experience is there is only print out in the console but no training graph

Yes Nvidia TLT needs to actually use tensorboard for clearml to catch it and display it.
I think that in the latest version they added that. TimelyPenguin76 might know more

  
  
Posted 2 years ago

Thanks Martin, will check it out . May I check will the training graphs be visualized in the clearml ? My current experience is there is only print out in the console but no training graph

  
  
Posted 2 years ago

DisturbedWorm66 it does, I think there is an example here:
https://github.com/allegroai/nvidia-clearml-integration/tree/main/tlt

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