WUT_Computer_Science/Programming/EARIN/.vscode/settings.json

15 lines
285 B
JSON
Raw Permalink Normal View History

2023-04-17 22:49:40 +02:00
{
2023-05-13 13:33:48 +02:00
"python.linting.pylintArgs": [
"--generate-members"
],
"cSpell.words": [
"dtype",
"loadtxt",
2023-05-13 15:41:16 +02:00
"MNIST",
2023-05-13 13:33:48 +02:00
"optim",
"Xbatch",
"ybatch"
2023-05-13 15:41:16 +02:00
],
"python.linting.pylintEnabled": true,
"python.linting.enabled": true
2023-04-17 22:49:40 +02:00
}