Commit 2a0e3e2b authored by sunxx1's avatar sunxx1
Browse files

修改readme

parent 4266725d
...@@ -32,12 +32,16 @@ ST-GCN模型由九层时空图卷积组成。前三层输出64通道数,中间 ...@@ -32,12 +32,16 @@ ST-GCN模型由九层时空图卷积组成。前三层输出64通道数,中间
export MIOPEN_FIND_MODE=1 export MIOPEN_FIND_MODE=1
python3 tools/train.py configs/skeleton/stgcn/stgcn_80e_ntu60_xsub_keypoint.py --seed 0 --deterministic --validate --gpu-ids 0 python3 tools/train.py configs/skeleton/stgcn/stgcn_80e_ntu60_xsub_keypoint.py --seed 0 --deterministic --validate --gpu-ids 0
## 性能和准确率数据 ## 准确率数据
测试数据使用的是[kinetics400](https://github.com/sirius-ai/LPRNet_Pytorch/tree/master/data/test),使用的加速卡是DCU Z100L。 测试数据使用的是[kinetics400](https://github.com/sirius-ai/LPRNet_Pytorch/tree/master/data/test),使用的加速卡是DCU Z100L。
| 卡数 | 性能 | Top5_acc | | 卡数 | Top5_acc |
| :------: | :------: |:------: | | :------: |:------: |
| 1 | 74.77 samples/s(bs=16) | 1.0000 | | 1 | 1.0000 |
### 历史版本
https://developer.hpccube.com/codes/modelzoo/stgcn
### 参考 ### 参考
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment