Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexgolshtein authored Jun 10, 2020
1 parent c4b67b2 commit 484fd5a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
# PyTorch bindings for Warp-ctc

# Based on [SeanNaren/warp-ctc](https://github.com/SeanNaren/warp-ctc)
## Based on [SeanNaren/warp-ctc](https://github.com/SeanNaren/warp-ctc)

# Moified by isses in [hzli-ucas/warp-ctc](https://github.com/hzli-ucas/warp-ctc) description
## Moified by isses in [hzli-ucas/warp-ctc](https://github.com/hzli-ucas/warp-ctc) description

# Sucessfully built with: Win10 cuda10.2 pip3 python3.8 pytorch 1.5 VS2019(with c++)
## Sucessfully built with: Win10 cuda10.2 pip3 python3.8 pytorch 1.5 VS2019(with c++)

## Follow all steps in [Specific Modifications](#specific-modifications) section if any issus occured

# PyTorch bindings for Warp-ctc built with VS2017
### Follow all steps in [Specific Modifications](#specific-modifications) section if any issus occured

This is an extension onto the original repo found [here](https://github.com/baidu-research/warp-ctc).
This is a branch for Visual Studio 2017 building, with the errors fixed while installing from pytorch_bindings branch. The installation has been successfully performed in the following environments:
This is a branch for Visual Studio 2017/2019 building, with the errors fixed while installing from pytorch_bindings branch. The installation has been successfully performed in the following environments:

>Win10 cuda10.2 pip3 python3.8 pytorch1.5 vs2019
Expand All @@ -27,8 +25,10 @@ Install [PyTorch](https://github.com/pytorch/pytorch#installation) v1.0 or highe

From within a new warp-ctc clone you could build WarpCTC like this:

You may clone the original repo (git clone https://github.com/SeanNaren/warp-ctc.git) and follow the nex steps or clone thes repo.

```cmd
git clone -b vs2017 https://github.com/hzli-ucas/warp-ctc.git
git clone https://github.com/Alexgolshtein/warp-ctc.git
cd warp-ctc
mkdir build
cd build
Expand Down Expand Up @@ -175,4 +175,4 @@ Traceback (most recent call last):
from ._warp_ctc import *
ImportError: DLL load failed: 找不到指定的模块。
```
copy `warp-ctc/build/Release/warpctc.dll` to `where/you/install/the/warpctc_pytorch/`
copy `warp-ctc/build/Release/warpctc.dll` to `where/you/install/the/warpctc_pytorch/`

0 comments on commit 484fd5a

Please sign in to comment.