mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:03:14 +02:00
git-subtree-dir: Programming/EARIN git-subtree-mainline:635e287095git-subtree-split:a09c96dd65
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
|
|
} |