NeuromatchAcademy / course-content-dl

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

add solutions #852

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago
github-actions[bot] commented 1 year ago
W2D4_Tutorial3
Instructor Open In Colab
Student Open In Colab
Code report for W2D4_Tutorial3 Code report for W2D4_Tutorial3.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 157 Common problems: - 37 instances of E402 (module level import not at top of file) - 15 instances of E266 (too many leading '#' for block comment) - 11 instances of E231 (missing whitespace after ',') - 10 instances of E302 (expected 2 blank lines, found 0) - 7 instances of E731 (do not assign a lambda expression, use a def) - 6 instances of E128 (continuation line under-indented for visual indent) - 5 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 5 instances of E302 (expected 2 blank lines, found 1) - 5 instances of W605 (invalid escape sequence '\s') - 4 instances of E501 (line too long (100 > 88 characters)) ---