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
PunyKangaroo87
Moderator
1 Question, 1 Answer
  Active since 26 April 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
518 Views
0 Votes 3 Answers 518 Views
I want to upload models to the server, but store data locally like DVC, and only manage data meta-information in clearML. What should I do?
one year ago
0 I Want To Upload Models To The Server, But Store Data Locally Like Dvc, And Only Manage Data Meta-Information In Clearml. What Should I Do?

Maybe that would save the model locally too?

When I tested in
examples/datasets/dataset_creation.py
I set
dataset.upload(output_url='. /data_upload_test')
it was also uploaded to the server configured in clearml.conf file. I want to stop this.Should I just not upload the dataset?

I want to upload models to a remote server, but,
I want to store the dataset locally and do not want to upload the dataset itself to the remote server.
If possible, I want to upload the meta-information of the ...

one year ago