NeuromatchAcademy / course-content-dl

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

W3d1 updates #826

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago
github-actions[bot] commented 1 year ago
W3D1_Tutorial1 W3D1_Tutorial2
Instructor Open In Colab Open In Colab
Student Open In Colab Open In Colab
Code report for W3D1_Tutorial1 Code report for W3D1_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 119 Common problems: - 56 instances of E402 (module level import not at top of file) - 8 instances of E302 (expected 2 blank lines, found 1) - 6 instances of E501 (line too long (100 > 88 characters)) - 5 instances of E305 (expected 2 blank lines after class or function definition, found 1) - 4 instances of E302 (expected 2 blank lines, found 0) - 4 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 4 instances of E731 (do not assign a lambda expression, use a def) - 3 instances of E501 (line too long (95 > 88 characters)) - 3 instances of E501 (line too long (89 > 88 characters)) - 2 instances of E401 (multiple imports on one line) ---
Code report for W3D1_Tutorial2 Code report for W3D1_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 94 Common problems: - 41 instances of E402 (module level import not at top of file) - 18 instances of E261 (at least two spaces before inline comment) - 7 instances of E262 (inline comment should start with '# ') - 6 instances of E501 (line too long (100 > 88 characters)) - 4 instances of E501 (line too long (99 > 88 characters)) - 3 instances of E302 (expected 2 blank lines, found 1) - 3 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 2 instances of E128 (continuation line under-indented for visual indent) - 1 instance of E501 (line too long (128 > 88 characters)) - 1 instance of E501 (line too long (131 > 88 characters)) ---