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 one year ago
Votes Newest

Answers 9


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

  
  
Posted one year ago

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

  
  
Posted one year ago

No worries 🙂

  
  
Posted one year ago

sorry..

  
  
Posted one year 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 one year ago

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

  
  
Posted one year 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 one year ago

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 one year ago

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

  
  
Posted one year ago
577 Views
9 Answers
one year ago
one year ago
Tags
Similar posts