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. Help

Hi. Help 🥺
I have a clearml.Datase which I can't get

  
  
Posted 2 years ago
Votes Newest

Answers 9


It seems to be doing ok on the app side:
I didn't realise Datasets had tasks associated with them but there is one and it seems to be doing ok.
I've attached it's log file which only mentions skipping one file (a warning)

  
  
Posted 2 years ago

I had several pipeline components getting it and uploading files to is concurrently.
Can Datsets handle that?

  
  
Posted 2 years ago

at least you did not change permission of your K8s etcd folder 😄

  
  
Posted 2 years ago

No worries 🙂

  
  
Posted 2 years ago

sorry..

  
  
Posted 2 years ago

Hi PanickyMoth78

I had several pipeline components getting it and uploading files to is concurrently.

Should not be a problem

I've attached it's log file which only mentions skipping one file (a warning)

So what exactly is the error you are getting?

  
  
Posted 2 years ago

from the screenshot it looks like a "gs://" access issue?
could that be it?

  
  
Posted 2 years ago

silly me. I deleted my gs credentials file :man-facepalming:

  
  
Posted 2 years ago

essentially, several running processes were performing:
model_evals_dataset = Dataset.get( dataset_project=dataset_project, dataset_name=f"model_evals", ) model_evals_dataset.add_files(run_eval_path) model_evals_dataset.upload()

  
  
Posted 2 years ago
719 Views
9 Answers
2 years ago
one year ago
Tags
Similar posts