SaliencyMapDemo / .vscode /settings.json
umyuu
config.jsonを追加
3a900c7
raw
history blame
301 Bytes
{
"cSpell.words": [
"asctime",
"astype",
"dtype",
"fromarray",
"Gradio",
"inbrowser",
"ndarray"
],
"python.analysis.typeCheckingMode": "basic",
"flake8.args": [
"--ignore=E265,W291",
"--max-complexity=10",
"--max-line-length=127"
]
}