mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"python.linting.pylintArgs": [
|
|
"--generate-members"
|
|
],
|
|
"cSpell.words": [
|
|
"dtype",
|
|
"loadtxt",
|
|
"MNIST",
|
|
"optim",
|
|
"Xbatch",
|
|
"ybatch"
|
|
],
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true
|
|
} |