Commit f456860f authored by lishen's avatar lishen
Browse files

warpctc for dcu

parent ffdb193b
......@@ -33,12 +33,14 @@
- 使用python安装
```shell
cd pytorch_binding
python setup.py install
```
- 使用python编译whl包
```shell
cd pytorch_binding
python setup.py bdist_wheel
```
......@@ -47,12 +49,14 @@ python setup.py bdist_wheel
- 验证warpctc的loss正确性(CPU和GPU的一致性)
```shell
cd pytorch_binding/tests
python3 test_gpu.py
```
- 验证warpctc的loss的GPU加速效果
```shell
cd pytorch_binding/tests
python3 test_gpu_speed.py
```
......
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