WUT_Computer_Science/.vscode/settings.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
}