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 Folks, Any Idea Why I Am Getting This Strange Error From Clearml-Data:

Hi folks, Any idea why I am getting this strange error from clearml-data:
` $ clearml-data list --project myproject
clearml-data - Dataset Management & Versioning CLI
List dataset content: my-data

Error: Only one of (dataset_id, dataset_project) is allowed `

  
  
Posted one year ago
Votes Newest

Answers 17


Hi HurtWoodpecker30

Did you change clearml version? What version are you using?

  
  
Posted one year ago

Are you using a self hosted server or the SaaS solution?

  
  
Posted one year ago

should I nuke the .clearml/cache

  
  
Posted one year ago

I have been using 1.6.2

  
  
Posted one year ago

saas

  
  
Posted one year ago

Dataset.get works fine from python script, it pulls in the data into cache. Just the cli seems broken

  
  
Posted one year ago

Although I'm not sure it's connected

  
  
Posted one year ago

Can you give it a try?

  
  
Posted one year ago

didn’t help

  
  
Posted one year ago

Reproduces for me as well. Taking a look what can be done 🙂

  
  
Posted one year ago

CLI doesn’t care about the state of my git repo right?

  
  
Posted one year ago

Shouldn't be a factor

  
  
Posted one year ago

created a new dataset 5GB, no update since 20 mins, is that normal?

  
  
Posted one year ago

HurtWoodpecker30 could it be you hit a limit of some sort ?

  
  
Posted one year ago

it finally finished no worries

  
  
Posted one year ago

woot woot 🙂

  
  
Posted one year ago

thanks

  
  
Posted one year ago
685 Views
17 Answers
one year ago
one year ago
Tags