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
UpsetPanda50
Moderator
5 Questions, 12 Answers
  Active since 15 January 2025
  Last activity 4 months ago

Reputation

0

Badges 1

12 × Eureka!
0 Votes
8 Answers
592 Views
0 Votes 8 Answers 592 Views
4 months ago
0 Votes
2 Answers
562 Views
0 Votes 2 Answers 562 Views
6 months ago
0 Votes
12 Answers
1K Views
0 Votes 12 Answers 1K Views
Hello! Is it possible to use S3 Backblaze with clearml? Can I use the aws section for that settings? or another section in clearml.conf corresponding to back...
aws
7 months ago
0 Votes
2 Answers
688 Views
0 Votes 2 Answers 688 Views
7 months ago
0 Votes
0 Answers
522 Views
0 Votes 0 Answers 522 Views
6 months ago
0 Hello Guys, I Am Using Clearml Server To Run Hyperparameter Optimization. When Running It, Sometimes This Error Happens, But When Running Again The Same Code Runs Smoothly. Sometimes It Works And Sometimes Not. It Seems That Some Of The Base Taks Of The

Here for instance we had only two cases of TypeError: 'NoneType' object is not subscriptable, one is on line 9846. But as you see in the pic the workers are going down.
image

4 months ago
0 Hello Guys, I Am Using Clearml Server To Run Hyperparameter Optimization. When Running It, Sometimes This Error Happens, But When Running Again The Same Code Runs Smoothly. Sometimes It Works And Sometimes Not. It Seems That Some Of The Base Taks Of The

@<1523701070390366208:profile|CostlyOstrich36> Here is HyperparameterOptimizer class

hpo = HyperParameterOptimizer(
        # Base experiment to optimize
        base_task_id=base_task_id,
        # Hyperparameters to tune
        hyper_parameters=param_ranges,
        # Objective metric
        objective_metric_title=[
            metric_title for metric_title in opt_conf.hpo_params.objective_metric_title
        ],
        objective_metric_series=[
            metric for metric in ...
4 months ago
0 Hello! Is It Possible To Use S3 Backblaze With Clearml? Can I Use The Aws Section For That Settings? Or Another Section In Clearml.Conf Corresponding To Backblaze Would Work? Or There Is No Way To Use Backblaze In This Case At All?

Hi @<1523701070390366208:profile|CostlyOstrich36> thanks! Yes, i did that like attached. I tried host: s3.us-west-004.backblazeb2.com , backblazeb2.com , with port :9000, :433.
and the log error is:
2025-01-15 13:01:58,264 - clearml.storage - ERROR - Failed uploading: Could not connect to the endpoint URL: " None "

it is t...

7 months ago
0 Hello! Is It Possible To Use S3 Backblaze With Clearml? Can I Use The Aws Section For That Settings? Or Another Section In Clearml.Conf Corresponding To Backblaze Would Work? Or There Is No Way To Use Backblaze In This Case At All?

Hi @<1523701070390366208:profile|CostlyOstrich36> I tried, but got
2025-01-15 16:35:13,846 - clearml.storage - ERROR - Failed uploading: An error occurred (InvalidAccessKeyId) when calling the PutObject operation: The AWS Access Key Id you provided does not exist in our records.

and I saw that endpoint_url is None. Indeed cfg.host is returning None.
I tried to hardcode the endpoint_url and got
2025-01-15 16:37:01,713 - clearml.storage - ERROR - Failed uploading: An error occurred (405) whe...

7 months ago
0 Hello! Is It Possible To Use S3 Backblaze With Clearml? Can I Use The Aws Section For That Settings? Or Another Section In Clearml.Conf Corresponding To Backblaze Would Work? Or There Is No Way To Use Backblaze In This Case At All?

Hi @<1689446563463565312:profile|SmallTurkey79> could you please share how you did that? Here is how I tried, with 443 and no region, but still not working. The endpoint variable in clearml/storage/helper.py always returns None.
Thanks!
image

7 months ago