SaliencyMapDemo / .vscode /settings.json
umyuu
ドキγƒ₯γƒ‘γƒ³γƒˆγ«η΅΅ζ–‡ε­—γ‚’θΏ½εŠ γ—γΎγ—γŸγ€‚
23f64b3
raw
history blame
344 Bytes
{
"cSpell.words": [
"asctime",
"astype",
"codeql",
"Colab",
"dtype",
"fromarray",
"Gradio",
"inbrowser",
"msecs",
"ndarray"
],
"python.analysis.typeCheckingMode": "basic",
"flake8.args": [
"--ignore=E265,W291",
"--max-complexity=10",
"--max-line-length=127"
]
}