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
Profile picture
ZippyWalrus56
Moderator
1 Question, 3 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

3 × Eureka!
0 Votes
8 Answers
571 Views
0 Votes 8 Answers 571 Views
Hello everyone, I am a new user for ClearML, I have one question: I created the dataset, and upload files successfully by class https://clear.ml/docs/latest/...
2 years ago
0 Hello Everyone, I Am A New User For Clearml, I Have One Question: I Created The Dataset, And Upload Files Successfully By Class

Hi ExasperatedCrab78 ,

Thanks for your quick response. 🙂
I did not set dataset.finalize() actually. the dataset status stays running status.

So I execute dataset.remove_files(file_name, verbose=True)
it does not work 😅

2 years ago
0 Hello Everyone, I Am A New User For Clearml, I Have One Question: I Created The Dataset, And Upload Files Successfully By Class

No error message actually.

I print data_set.list_added_files() , the removed file does not exist.
I want to remove the specific file in an artifact, but I can see the file in the WebAPP instead.

2 years ago
0 Hello Everyone, I Am A New User For Clearml, I Have One Question: I Created The Dataset, And Upload Files Successfully By Class

Sorry, my English is not well.
I use the company's laptop so I can't upload the screenshots because of permission.
Let me think about how to explain this problem.

2 years ago