Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support nested param from json to python dict #4

Closed
shavvn opened this issue Jul 23, 2016 · 1 comment
Closed

Support nested param from json to python dict #4

shavvn opened this issue Jul 23, 2016 · 1 comment

Comments

@shavvn
Copy link
Owner

shavvn commented Jul 23, 2016

should have something like this:

{
  "model_params" : {
    "ep_params : {
      "foo" : [a, b ,c]
    }
    "net_params": {
      "bar": [d, e]
    }
  }
}

and after parsing, return a list of nested dicts like:

[ {"ep_params": {"foo":a}, "net_params":d},  {"ep_params": {"foo":a}, "net_params":e}, ...]
@shavvn
Copy link
Owner Author

shavvn commented Jul 26, 2016

added in commit f04fbd8

@shavvn shavvn closed this as completed Jul 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant