NeuromatchAcademy / course-content-dl

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

minor fix #822

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago
github-actions[bot] commented 1 year ago
W3D5_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W3D5_Tutorial1 Code report for W3D5_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 27 Common problems: - 20 instances of E402 (module level import not at top of file) - 6 instances of E501 (line too long (100 > 88 characters)) - 1 instance of W292 (no newline at end of file) ---