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

lfads: Where is train_modelvals defined? #2108

Closed
cclauss opened this issue Aug 3, 2017 · 0 comments · Fixed by #2113
Closed

lfads: Where is train_modelvals defined? #2108

cclauss opened this issue Aug 3, 2017 · 0 comments · Fixed by #2113

Comments

@cclauss
Copy link
Contributor

cclauss commented Aug 3, 2017

@jazcollins Do you know where is train_modelvals defined?

flake8 testing of https://github.com/tensorflow/models on Python 2.7.13

$ flake8 --count --select=E901,E999,F821,F822,F823 --show-source --statistics lfads

./lfads/plot_lfads.py:55:24: F821 undefined name 'train_modelvals'
  g0s_prior_mean_bxn = train_modelvals['prior_g0_mean']
                       ^

./lfads/plot_lfads.py:56:23: F821 undefined name 'train_modelvals'
  g0s_prior_var_bxn = train_modelvals['prior_g0_var']
                      ^

./lfads/plot_lfads.py:57:23: F821 undefined name 'train_modelvals'
  g0s_post_mean_bxn = train_modelvals['posterior_g0_mean']
                      ^

./lfads/plot_lfads.py:58:22: F821 undefined name 'train_modelvals'
  g0s_post_var_bxn = train_modelvals['posterior_g0_var']
                     ^
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

Successfully merging a pull request may close this issue.

1 participant