NeuromatchAcademy / course-content-dl

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

Fix links #921

Closed spirosChv closed 11 months ago

github-actions[bot] commented 11 months ago
W2D5_Tutorial1 W3D1_Tutorial2
Instructor Open In Colab Open In Colab
Student Open In Colab Open In Colab
Code report for W2D5_Tutorial1 Code report for W2D5_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 186 Common problems: - 61 instances of E402 (module level import not at top of file) - 14 instances of E251 (unexpected spaces around keyword / parameter equals) - 11 instances of E302 (expected 2 blank lines, found 0) - 11 instances of E302 (expected 2 blank lines, found 1) - 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 0) - 5 instances of E703 (statement ends with a semicolon) - 4 instances of E305 (expected 2 blank lines after class or function definition, found 1) - 4 instances of E501 (line too long (95 > 88 characters)) ---
Code report for W3D1_Tutorial2 Code report for W3D1_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 84 Common problems: - 45 instances of E402 (module level import not at top of file) - 10 instances of E261 (at least two spaces before inline comment) - 7 instances of E501 (line too long (100 > 88 characters)) - 6 instances of E703 (statement ends with a semicolon) - 2 instances of E302 (expected 2 blank lines, found 0) - 2 instances of E302 (expected 2 blank lines, found 1) - 2 instances of E128 (continuation line under-indented for visual indent) - 2 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 1 instance of E501 (line too long (151 > 88 characters)) - 1 instance of E501 (line too long (131 > 88 characters)) ---