[Q]Whether the searched parameters support parameter nesting
See original GitHub issueI recently searched for parameters according to the following conditions, it seems that this format cannot be used
wandb.errors.CommError: Invalid sweep config: invalid hyperparameter configuration: optimizer
sweep_config:
project: In_Housing
entity: chem_mtl
metric:
name: val_loss
goal: minimize
method: bayes
parameters:
optimizer:
name:
values: [ 'Adam','SGD' ]
lr:
values: [ 1e-3,5e-3,1e-4,5e-4,1e-5,5e-5 ]
weight_decay:
values: [ 1e-3,5e-3,1e-4,5e-4,1e-5,5e-5 ]
lr_scheduler:
name:
value: StepLR
step_size:
values: [ 50,100 ]
gamma:
min: 1e-1
max: 1.0
bs:
values: [ 64,128 ]
G1:
name:
value: G1_Decoder
p:
values: [ 0.1,0.2,0.3,0.4,0.5 ]
G2:
name:
value: G2_Decoder
p:
values: [ 0.1,0.2,0.3,0.4,0.5 ]
G3:
name:
value: G3_Decoder
p:
values: [ 0.1,0.2,0.3,0.4,0.5 ]
G4:
name:
value: G4_Decoder
p1:
values: [ 0.1,0.2,0.3,0.4,0.5 ]
p2:
values: [ 0.1,0.2,0.3,0.4,0.5 ]
Issue Analytics
- State:
- Created a year ago
- Comments:8
Top Results From Across the Web
Searching on fields that will be nested on outbound and ...
I would do the following to enable searching records with values that match to the fields inside a nest variable. Specify view parameters...
Read more >Support for query parameters on nested/deep resource ...
The problem is that the current expression tree building as performed in the IResourceRepository<Article> assumes that the table for which to ...
Read more >Solved: Are nested parameters supported
I create a "Map table", a parameter "customer_name", a new query to show the data based on different customer name. When open the...
Read more >Does changing the parameter search space after nested CV ...
I am not "choosing" parameters explicitly based on the test data, but I am allowing for their choice based on the testing data....
Read more >Nested query parameter - Usage Support - Redash Discourse
Hi All, If I have written a query with parameters and have got results for the same. Now I want to use the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
this is ok, thanks, it’s very good
Thanks @PussInCode for confirming it works, glad it’s resolved for you! I am closing the ticket for now, please feel free to reopen it if you run into any other related issue.