We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@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'] ^
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
@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
The text was updated successfully, but these errors were encountered: