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
Hi Team, I Am Runing Script Which Fetch The Data From Clearml Server, I Am Getting This Information "Clearml - Info - Dataset.Get() Did Not Specify Alias. Dataset Information Will Not Be Automatically Logged In Clearml Server" .Please Can Any One Tell Me


alias : "Alias of the dataset. If set, the ‘alias : dataset ID’ key-value pair will be set under the hyperparameters section ‘Datasets’"

I have to concede that I found that description a bit vague at first but if you check that https://clear.ml/docs/latest/docs/clearml_data/best_practices#organize-datasets-for-easier-access you see that:

"In cases where you use a dataset in a task (e.g. consuming a dataset), you can easily track which dataset the task is using by using Dataset.get 's alias parameter. Pass alias=<dataset_alias_string> , and the task using the dataset will store the dataset’s ID in the dataset_alias_string parameter under the task's CONFIGURATION > HYPERPARAMETERS > Datasets section."

  
  
Posted one year ago
100 Views
0 Answers
one year ago
one year ago