文档注释

This commit is contained in:
2024-07-31 15:57:09 +08:00
parent 6bc7acba47
commit 6bc176375a
2 changed files with 12 additions and 4 deletions

View File

@@ -233,6 +233,10 @@ go build bin/main.go
# 上传到服务器
scp ./main root@47.103.40.152:~/main
# 图像转向量(为了更快速度它应当运行在GPU服务器上)
python3 api/resnet.py
```