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 Have A Question Regarding The

Hi,
I have a question regarding the Dataset UI (chart helm version 4.1.3 )- WebApp: 1.6.0-213 • Server: 1.6.0-213 • API: 2.20.
In order to create a Dataset you must provide a project , however in the Dataset view there is no obvious way to link the dataset to the project . You must go into the dataset and link to the project via Task information
Is there another way to show the relationships?2. When coming from the project view - it is very difficult to understand what Datasets are available within the project, even when the Hidden Projects is turned on.
It would be great if you can clarify this issue, or at least describe the road map for clearml data

  
  
Posted one year ago
Votes Newest

Answers


OutrageousSheep60 You can see https://github.com/allegroai/clearml/issues/724 a discussion on the topic.
TL;DR:
Currently the containing project is available in the UI as a tooltip to the dataset name An alternate "Project view" to the datasets page is in the works

  
  
Posted one year ago
746 Views
1 Answer
one year ago
one year ago
Tags
Similar posts