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

Parameter view doesn’t allow scrolling #115

Open
csheldrick opened this issue Nov 30, 2017 · 1 comment
Open

Parameter view doesn’t allow scrolling #115

csheldrick opened this issue Nov 30, 2017 · 1 comment

Comments

@csheldrick
Copy link

I am dumping my models layers as params with:
def make_exp_params(exp, layers):
# layers is a list of layers
If exp is None: return
for i, layer in enumerate(layers):
config = layer.get_config()
for k,v in config.items():
exp.param(“Layer {}-{}”.format(I+1, k), str(v))

but viewing the params on the app shows the middle of the window and you can’t scroll.

@david-vazquez
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants