初始化手写数字识别

This commit is contained in:
2023-11-20 17:34:04 +08:00
commit 3a76ff507f
8 changed files with 241 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"python.analysis.extraPaths": [
"./Data"
]
}