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
IrritableHippopotamus34
Moderator
2 Questions, 10 Answers
  Active since 01 April 2025
  Last activity 4 months ago

Reputation

0

Badges 1

10 × Eureka!
0 Votes
4 Answers
439 Views
0 Votes 4 Answers 439 Views
Hi everyone! I have started using the StorageManager as a utility for my training code. Before training starts, I use it to download the training data from S...
5 months ago
0 Votes
10 Answers
436 Views
0 Votes 10 Answers 436 Views
Hi, I've recently started using the StroageManager as a utility in my algorithm development code. Lately I've noticed something strange: I use the builtin lo...
4 months ago
4 months ago
0 Hi Everyone! I Have Started Using The

@<1523701070390366208:profile|CostlyOstrich36>
Thanks! Do you have some details you can share about what would actually happen in the situation I described?

5 months ago
0 Hi, I'Ve Recently Started Using The

load_dotenv() is for aws credentials

4 months ago
0 Hi Everyone! I Have Started Using The

@<1523701070390366208:profile|CostlyOstrich36> OK. Thanks again!

5 months ago
0 Hi, I'Ve Recently Started Using The

I use only StorageManager on its own

4 months ago
0 Hi, I'Ve Recently Started Using The

remote path is in the form " None "

4 months ago
0 Hi, I'Ve Recently Started Using The

In the console I get:

[04/16/25 09:11:30] INFO     before download                                                                                                                                                                                                                                  reproduce.py:14
[04/16/25 09:11:31] INFO     after download                                                                                                                                            ...
4 months ago
0 Hi, I'Ve Recently Started Using The

@<1523701070390366208:profile|CostlyOstrich36> Were you able to reproduce this behavior?

4 months ago
0 Hi, I'Ve Recently Started Using The

I also have the following env variables set:

"CLEARML_CACHE_DIR": <path to persistent local directory>
"CLEARML_SUPPRESS_UPDATE_MESSAGE": "1"
"CLEARML_LOG_LEVEL": "INFO"
4 months ago
0 Hi, I'Ve Recently Started Using The

... @<1523701070390366208:profile|CostlyOstrich36> ...

4 months ago