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
Hi! I Use Clearml & Yolov5. To Train The Model I Use Clearml Dataset. So The Question Is If I Can Somehow Make "Data" Arg To Be A Link To The Actual Dataset In Clearml Web Ui, That Is When I Click It'Ll Forward Me To It?

Hi! I use ClearML & YOLOv5. To train the model I use ClearML dataset.
So the question is if I can somehow make "data" arg to be a link to the actual dataset in ClearML web UI, that is when I click it'll forward me to it?
image

  
  
Posted 2 months ago
Votes Newest

Answers


Hi @<1717350332247314432:profile|WittySeal70> , you can either expose it through the hyper parameters or use the InputModel module - None

  
  
Posted 2 months ago
277 Views
1 Answer
2 months ago
2 months ago
Tags