question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Q]Whether the searched parameters support parameter nesting

See original GitHub issue

I 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:closed
  • Created a year ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
PussInCodecommented, Nov 15, 2022

this is ok, thanks, it’s very good

0reactions
thanos-wandbcommented, Nov 15, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found