NeuromatchAcademy / course-content-dl

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

Fix bilibililinks #814

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
W2D2_Tutorial2 W2D5_Tutorial1 W3D2_Tutorial1
Instructor Open In Colab Open In Colab Open In Colab
Student Open In Colab Open In Colab Open In Colab
Code report for W2D2_Tutorial2 Code report for W2D2_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 52 Common problems: - 40 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 (146 > 88 characters)) - 1 instance of W292 (no newline at end of file) ---
Code report for W2D5_Tutorial1 Code report for W2D5_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 181 Common problems: - 60 instances of E402 (module level import not at top of file) - 16 instances of E302 (expected 2 blank lines, found 1) - 14 instances of E251 (unexpected spaces around keyword / parameter equals) - 8 instances of E501 (line too long (100 > 88 characters)) - 6 instances of E266 (too many leading '#' for block comment) - 5 instances of E305 (expected 2 blank lines after class or function definition, found 1) - 5 instances of E703 (statement ends with a semicolon) - 5 instances of E302 (expected 2 blank lines, found 0) - 4 instances of E501 (line too long (95 > 88 characters)) - 3 instances of E305 (expected 2 blank lines after class or function definition, found 0) ---
Code report for W3D2_Tutorial1 Code report for W3D2_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 52 Common problems: - 40 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 (147 > 88 characters)) - 1 instance of W292 (no newline at end of file) ---