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 Everyone! I Keep Running Into

Hi everyone! I keep running into Could not load dataset state Errors when using both the CLI and python version of ClearML-Data .

I now can't even delete previously created datasets and try to start over, because their state seemingly cannot be read.

This is the error I get when trying to use Dataset.get() :

JSONDecodeError: Expecting value: line 1 column 1 (char 0)

(I could give the complete track trace, it seems to me like the json state file is empty)

And when trying to detect the dataset, this happens:

In [5]: Dataset.delete(dataset_id='e77575ff304d47eeae5f89f41b38bed1')
2023-09-28 19:46:13,112 - clearml - WARNING - Could not get dataset with ID e77575ff304d47eeae5f89f41b38bed1: Could not load Dataset id=e77575ff304d47eeae5f89f41b38bed1 state

Is anyone able to help me with this?

  
  
Posted 7 months ago
Votes Newest

Answers


Hi @<1618418423996354560:profile|JealousMole49> ! Replied on GH: None

  
  
Posted 7 months ago