添加train.ipynb

This commit is contained in:
moweilin 2024-09-27 16:41:18 +00:00
commit b370d2e54b
6 changed files with 12634 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/.venv

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

@ -0,0 +1,3 @@
{
"git.ignoreLimitWarning": true
}

12
README.md Normal file
View File

@ -0,0 +1,12 @@
## 依赖
### 安装pytorch
```
pip3 install torch torchvision torchaudio
```
### 安装matplotlib
```
```
### 安装pandas
```
```

File diff suppressed because one or more lines are too long

1317
palm-print-recognition.ipynb Normal file

File diff suppressed because one or more lines are too long

11300
train.ipynb Normal file

File diff suppressed because one or more lines are too long