NeuromatchAcademy / course-content-dl

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

fix broken link #918

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
W1D2_Tutorial3
Instructor Open In Colab
Student Open In Colab
Code report for W1D2_Tutorial3 Code report for W1D2_Tutorial3.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 155 Common problems: - 57 instances of E402 (module level import not at top of file) - 12 instances of E251 (unexpected spaces around keyword / parameter equals) - 12 instances of E266 (too many leading '#' for block comment) - 11 instances of E226 (missing whitespace around arithmetic operator) - 10 instances of E501 (line too long (100 > 88 characters)) - 9 instances of E128 (continuation line under-indented for visual indent) - 8 instances of E302 (expected 2 blank lines, found 0) - 7 instances of E302 (expected 2 blank lines, found 1) - 5 instances of E265 (block comment should start with '# ') - 3 instances of E722 (do not use bare 'except') ---