NeuromatchAcademy / course-content-dl

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

fix data #876

Closed spirosChv closed 1 year ago

github-actions[bot] commented 1 year ago
W2D5_Tutorial2
Instructor Open In Colab
Student Open In Colab
Code report for W2D5_Tutorial2 Code report for W2D5_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 155 Common problems: - 46 instances of E402 (module level import not at top of file) - 15 instances of E203 (whitespace before ':') - 8 instances of E501 (line too long (91 > 88 characters)) - 7 instances of E302 (expected 2 blank lines, found 1) - 7 instances of E225 (missing whitespace around operator) - 7 instances of E226 (missing whitespace around arithmetic operator) - 5 instances of E501 (line too long (100 > 88 characters)) - 5 instances of E305 (expected 2 blank lines after class or function definition, found 1) - 3 instances of E302 (expected 2 blank lines, found 0) - 3 instances of E501 (line too long (89 > 88 characters)) ---