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
TrickyFox41
Moderator
8 Questions, 37 Answers
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

37 × Eureka!
0 Votes
16 Answers
638 Views
0 Votes 16 Answers 638 Views
Anyone experiencing this with a custom S3 bucket in the debug samples? The S3 configuration in the webapp is correct
one year ago
0 Votes
8 Answers
655 Views
0 Votes 8 Answers 655 Views
Hi everybody, when using a custom S3 bucket (a minio one) the webapp cant load the debug samples. It displays "Unable to load image". When checking the devel...
one year ago
0 Votes
0 Answers
581 Views
0 Votes 0 Answers 581 Views
I have initialized the Task as so task = Task.init( project_name=cfg.clearml.project, task_name=cfg.clearml.task, tags=cfg.clearml.tags, output_uri=f" /", )
one year ago
0 Votes
6 Answers
744 Views
0 Votes 6 Answers 744 Views
Hey! i was trying to use my minio instance for artifacts storage but there is not way of making it work. Maybe i am missing something. This is my clearml.con...
aws
one year ago
0 Votes
20 Answers
594 Views
0 Votes 20 Answers 594 Views
Hey since Hydra does not work with clearml-task does it work with the hyperparameter optimization?
one year ago
0 Votes
1 Answers
605 Views
0 Votes 1 Answers 605 Views
Hi again everybody, is there a way to cache the docker containers used by the agents? as far as i understood every time it spawns a new container with a shar...
one year ago
0 Votes
0 Answers
628 Views
0 Votes 0 Answers 628 Views
one year ago
0 Votes
5 Answers
641 Views
0 Votes 5 Answers 641 Views
Hi, When i create a task using clearml-task specifying some hydra arguments the task correclty shows up in the web app with its arguments. But when i enqueue...
one year ago
0 Hey Since Hydra Does Not Work With

By the way, since if i create the task locally, reset it and enqueue it, it works. This is the workaround that i'm using right now

one year ago
0 Hey Since Hydra Does Not Work With

AgitatedDove14 Yes exactly!

one year ago
0 Hi, When I Create A Task Using

This is the full print(cfg)
` {'dataset': {'name': '<my-dataset-name>', 'path': '', 'target_shape': [128, 128]}, 'model': 'unet', 'models': {'unet': {'dim': 8, 'dim_mults': [1, 2, 4], 'num_blocks_per_stage': [2, 2, 2], 'num_self_attn_per_stage': [0, 0, 1], 'nested_unet_depths': [0, 0, 0], 'nested_unet_dim': 16, 'use_convnext': False, 'resnet_groups': 2, 'consolidate_upsample_fmaps': True, 'weight_standardize': False, 'attn_heads': 2, 'attn_dim_head': 16}}, 'train': {'accelerator': 'auto...

one year ago
0 Hi, When I Create A Task Using

Yes it uses hydra and everything works fine without clearml. The script is similar to this one https://github.com/galatolofederico/lightning-template/blob/main/train.py

one year ago
0 Hi, When I Create A Task Using

But not argument is passed to the scripts. Here i am printing sys.argv

one year ago
0 Hi, When I Create A Task Using

When enqueued the configuration tab still shows the correct arguments

one year ago
Show more results compactanswers