NeuromatchAcademy / course-content-dl

NMA deep learning course
https://deeplearning.neuromatch.io/
Creative Commons Attribution 4.0 International
745 stars 270 forks source link

W3D1_fix #772

Closed GaganaB closed 2 years ago

GaganaB commented 2 years ago

Changes log:

github-actions[bot] commented 2 years ago
W3D1_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W3D1_Tutorial1 Code report for W3D1_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 315 Common problems: - 57 instances of E402 (module level import not at top of file) - 22 instances of E225 (missing whitespace around operator) - 21 instances of E302 (expected 2 blank lines, found 1) - 16 instances of E251 (unexpected spaces around keyword / parameter equals) - 15 instances of E203 (whitespace before ':') - 12 instances of E305 (expected 2 blank lines after class or function definition, found 1) - 12 instances of E302 (expected 2 blank lines, found 0) - 10 instances of E301 (expected 1 blank line, found 0) - 10 instances of E501 (line too long (91 > 88 characters)) - 9 instances of E231 (missing whitespace after ',') ---