WUT_Computer_Science/Programming/EARIN/.vscode/settings.json
2026-02-06 22:15:23 +01:00

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
}