NeuromatchAcademy / course-content-dl

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

re execute to fix missing video on book #923

Closed spirosChv closed 11 months ago

github-actions[bot] commented 11 months ago
W3D2_Tutorial1
Instructor Open In Colab
Student Open In Colab
Code report for W3D2_Tutorial1 Code report for W3D2_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 54 Common problems: - 41 instances of E402 (module level import not at top of file) - 10 instances of E501 (line too long (100 > 88 characters)) - 1 instance of E501 (line too long (151 > 88 characters)) - 1 instance of E302 (expected 2 blank lines, found 0) - 1 instance of W292 (no newline at end of file) ---