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
flake8 testing of https://github.com/Yorko/mlcourse_open
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
./class_cs231n/assignment3/cs231n/rnn_layers.py:264:16: F821 undefined name 'dprev_h' return dx, dprev_h, dprev_c, dWx, dWh, db ^ ./class_cs231n/assignment3/cs231n/rnn_layers.py:264:25: F821 undefined name 'dprev_c' return dx, dprev_h, dprev_c, dWx, dWh, db ^
The text was updated successfully, but these errors were encountered:
it's an assignment were you have to fill in the necessary code. Moreover, it's not mine but from Stanford :)
Sorry, something went wrong.
No branches or pull requests
flake8 testing of https://github.com/Yorko/mlcourse_open
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
The text was updated successfully, but these errors were encountered: