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, Question About The Logging Of Arguments Parsed With A Clearml Task. When I Run My Experiment And Parse An Argument Called 'Train_Dataset' With A Clearml Task Initialized, It Properly Logs The Dataset_Id To Clearml. Now The Question Is, With This Dat

Hey, question about the logging of arguments parsed with a clearML task. When I run my experiment and parse an argument called 'train_dataset' with a clearml task initialized, it properly logs the dataset_id to ClearML.

Now the question is, with this dataset also already being present in ClearML would it be possible to instead of creating a string field, also a direct (clickable) link to this dataset to view it within the web interface of clearML?

Vaguely remember that I did manage to do this before, but don't remember how anymore. Would anyone be able to help me out?
image

  
  
Posted one month ago
Votes Newest

Answers


Hi ResponsivePeacock56 , that is a neat idea! Do you still have access to the task on which you implemented it?

  
  
Posted one month ago
166 Views
1 Answer
one month ago
one month ago
Tags