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 2 years ago
Votes Newest

Answers 17


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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

it finally finished no worries

  
  
Posted 2 years ago

Can you give it a try?

  
  
Posted 2 years ago

didn’t help

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

thanks

  
  
Posted 2 years ago

Hi HurtWoodpecker30

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

  
  
Posted 2 years ago

Although I'm not sure it's connected

  
  
Posted 2 years ago

saas

  
  
Posted 2 years ago

Shouldn't be a factor

  
  
Posted 2 years ago

woot woot 🙂

  
  
Posted 2 years ago

I have been using 1.6.2

  
  
Posted 2 years ago

should I nuke the .clearml/cache

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago

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

  
  
Posted 2 years ago
1K Views
17 Answers
2 years ago
one year ago
Tags