切换到宽版
  • 3210Read
  • 0Replay

百度warp-ctc [复制链接]

上一主题 下一主题
离线Francis
 

只看楼主 倒序阅读 使用道具 楼主  posttime: 2016-01-20
Warp-CTC是百度前期为了在最新的计算机芯片上更快速运行而专门研发的一种改良版深度学习算法。

1. 源代码
https://github.com/zhu126fang/warp-ctc

2. 编译
2.1 推荐平台:Ubuntu14.04
warp-ctc has been tested on Ubuntu 14.04 and OSX 10.10.  Windows is not supportedat this time.
First get the code:
  1. git clone https://github.com/baidu-research/warp-ctc.git
  2. cd warp-ctc

2.2 创建编译目录
create a build directory:
  1. mkdir build
  2. cd build

2.3 编译

if you have a non standard CUDA
install export CUDA_BIN_PATH=/path_to_cuda
so that CMake detects CUDA andto
ensure Torch is detected, make sure th is in $PATH
run cmake and build:
  1. cmake
  2. ../make

The C library and torch shared libraries should
now be built along with testexecutables.
If CUDA was detected,
then test_gpu will be built; test_cpuwill always be built.


快速回复
限100 字节
如果您提交过一次失败了,可以用”恢复数据”来恢复帖子内容
 
上一个 下一个