NeuromatchAcademy / course-content-dl

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

Fb gadget #866

Closed spirosChv closed 1 year ago

spirosChv commented 1 year ago
github-actions[bot] commented 1 year ago
W1D1_Tutorial1 W1D2_Tutorial1 W1D2_Tutorial2 W1D2_Tutorial3
Instructor Open In Colab Open In Colab Open In Colab Open In Colab
Student Open In Colab Open In Colab Open In Colab Open In Colab
Code report for W1D1_Tutorial1 Code report for W1D1_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 246 Common problems: - 92 instances of E402 (module level import not at top of file) - 34 instances of E266 (too many leading '#' for block comment) - 22 instances of E501 (line too long (100 > 88 characters)) - 15 instances of E302 (expected 2 blank lines, found 0) - 9 instances of E231 (missing whitespace after ',') - 6 instances of E501 (line too long (95 > 88 characters)) - 6 instances of E124 (closing bracket does not match visual indentation) - 5 instances of E302 (expected 2 blank lines, found 1) - 5 instances of E226 (missing whitespace around arithmetic operator) - 4 instances of E305 (expected 2 blank lines after class or function definition, found 0) ---
Code report for W1D2_Tutorial1 Code report for W1D2_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 84 Common problems: - 39 instances of E402 (module level import not at top of file) - 12 instances of E266 (too many leading '#' for block comment) - 7 instances of E302 (expected 2 blank lines, found 0) - 7 instances of E501 (line too long (100 > 88 characters)) - 4 instances of E303 (too many blank lines (3)) - 3 instances of E302 (expected 2 blank lines, found 1) - 2 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 2 instances of E226 (missing whitespace around arithmetic operator) - 2 instances of E261 (at least two spaces before inline comment) - 1 instance of E501 (line too long (151 > 88 characters)) ---
Code report for W1D2_Tutorial2 Code report for W1D2_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 136 Common problems: - 59 instances of E402 (module level import not at top of file) - 12 instances of E501 (line too long (100 > 88 characters)) - 10 instances of E251 (unexpected spaces around keyword / parameter equals) - 7 instances of E266 (too many leading '#' for block comment) - 6 instances of E303 (too many blank lines (2)) - 5 instances of E127 (continuation line over-indented for visual indent) - 5 instances of E226 (missing whitespace around arithmetic operator) - 5 instances of E128 (continuation line under-indented for visual indent) - 4 instances of E302 (expected 2 blank lines, found 1) - 4 instances of W605 (invalid escape sequence '\e') ---
Code report for W1D2_Tutorial3 Code report for W1D2_Tutorial3.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 154 Common problems: - 56 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') ---
github-actions[bot] commented 1 year ago
W1D1_Tutorial1 W1D2_Tutorial1 W1D2_Tutorial2 W1D2_Tutorial3
Instructor Open In Colab Open In Colab Open In Colab Open In Colab
Student Open In Colab Open In Colab Open In Colab Open In Colab
Code report for W1D1_Tutorial1 Code report for W1D1_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 247 Common problems: - 93 instances of E402 (module level import not at top of file) - 34 instances of E266 (too many leading '#' for block comment) - 22 instances of E501 (line too long (100 > 88 characters)) - 15 instances of E302 (expected 2 blank lines, found 0) - 9 instances of E231 (missing whitespace after ',') - 6 instances of E501 (line too long (95 > 88 characters)) - 6 instances of E124 (closing bracket does not match visual indentation) - 5 instances of E302 (expected 2 blank lines, found 1) - 5 instances of E226 (missing whitespace around arithmetic operator) - 4 instances of E305 (expected 2 blank lines after class or function definition, found 0) ---
Code report for W1D2_Tutorial1 Code report for W1D2_Tutorial1.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 84 Common problems: - 39 instances of E402 (module level import not at top of file) - 12 instances of E266 (too many leading '#' for block comment) - 7 instances of E302 (expected 2 blank lines, found 0) - 7 instances of E501 (line too long (100 > 88 characters)) - 4 instances of E303 (too many blank lines (3)) - 3 instances of E302 (expected 2 blank lines, found 1) - 2 instances of E305 (expected 2 blank lines after class or function definition, found 0) - 2 instances of E226 (missing whitespace around arithmetic operator) - 2 instances of E261 (at least two spaces before inline comment) - 1 instance of E501 (line too long (151 > 88 characters)) ---
Code report for W1D2_Tutorial2 Code report for W1D2_Tutorial2.ipynb ==================================== Quality (pyflakes) ------------------ Total code issues: 0 Style (pycodestyle) ------------------- Total PEP8 violations: 136 Common problems: - 59 instances of E402 (module level import not at top of file) - 12 instances of E501 (line too long (100 > 88 characters)) - 10 instances of E251 (unexpected spaces around keyword / parameter equals) - 7 instances of E266 (too many leading '#' for block comment) - 6 instances of E303 (too many blank lines (2)) - 5 instances of E127 (continuation line over-indented for visual indent) - 5 instances of E226 (missing whitespace around arithmetic operator) - 5 instances of E128 (continuation line under-indented for visual indent) - 4 instances of E302 (expected 2 blank lines, found 1) - 4 instances of W605 (invalid escape sequence '\e') ---
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') ---