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 All, We Have A Weird Inconsistency. We Have A Clearml Server Installed On-Prem And Started Playing With It. Using The Dataset.Create Command And The Subsequent Add_Files, And Upload Commands I Can See The Upload Action As An Experiment But The Data Is

HI all, we have a weird inconsistency.
We have a clearml server installed on-prem and started playing with it.
Using the dataset.create command and the subsequent add_files, and upload commands I can see the upload action as an experiment but the data is not seen in the Datasets webpage. Alternatively, a member of my team does the same set of commands and his upload is seen by both of us in the Datasets webpage. Any ideas?

  
  
Posted one year ago
Votes Newest

Answers 3


Hi ScantCrab97 , have you tried comparing the two experiments to see if there is any disparity? What are the exact steps both of you took? Which versions were used by each of you?

  
  
Posted one year ago

AgitatedDove14 thanks for the suggestion. indeed updated the clearml helped....

Thanks

  
  
Posted one year ago

Using the dataset.create command and the subsequent add_files, and upload commands I can see the upload action as an experiment but the data is not seen in the Datasets webpage.

ScantCrab97 it might be that you need the latest clearml package installed on the client end (as well as the new server with the UI)
What is your clearml package version ?

  
  
Posted one year ago