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
NonchalantGiraffe17
Moderator
2 Questions, 5 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

5 × Eureka!
0 Votes
5 Answers
554 Views
0 Votes 5 Answers 554 Views
Hey, can you give an example of API post request for tasks.clone or tasks.edit_hyper_params I’ve tried: resp = session.post( API_SERVER + "/tasks.clone", dat...
one year ago
0 Votes
7 Answers
578 Views
0 Votes 7 Answers 578 Views
Hi, bug report. I was trying to upload data to S3 via clearml.Dataset interface def finalize(dataset: Dataset, hyperparams: HyperParams) -> None: dataset.add...
one year ago
0 Hey, Can You Give An Example Of Api Post Request For Tasks.Clone Or Tasks.Edit_Hyper_Params I’Ve Tried:

I saw documentation, but I can't make the proper dict object for hyperparams

one year ago
one year ago
0 Hi, Bug Report. I Was Trying To Upload Data To S3 Via Clearml.Dataset Interface

The previously mentioned chunk is from different task. Here the 2 pieces that was successfully uploaded:

data_001
` chats/dispute_gc_chats_127600000_133400961.parquet - 54.36 MB
trades/dispute_gc_trades_170882671_174999873.parquet - 76.4 MB
chats/dispute_gc_chats_140483651_143439217.parquet - 47.43 MB
trades/dispute_gc_trades_137507205_140483651.parquet - 70.56 MB
chats/dispute_gc_chats_184071714_188602761.parquet - 47.98 MB
trades/dispute_gc_trades_140483651_143439217.parquet - 71.04 MB
cha...

one year ago
0 Hi, Bug Report. I Was Trying To Upload Data To S3 Via Clearml.Dataset Interface

SweetBadger76 clearml==1.5.0
WebApp: 1.5.0-192 Server: 1.5.0-192 API: 2.18

one year ago
0 Hi, Bug Report. I Was Trying To Upload Data To S3 Via Clearml.Dataset Interface

SmugDolphin23 As I said there were 3 chunks of data (up to 483 MB each). Here the one that was lost
` chats/dispute_gc_chats_133400961_137507205.parquet - 51.93 MB
chats/dispute_gc_chats_170882671_174999873.parquet - 98.5 MB
trades/dispute_gc_trades_143439217_146742448.parquet - 122.29 MB
trades/dispute_gc_trades_133400961_137507205.parquet - 145.08 MB
chats/dispute_gc_chats_146742448_150159762.parquet - 52.49 MB
chats/dispute_gc_chats_160661300_164213405.parquet - 95.77 MB
trades/dispute_gc...

one year ago