安装juicer
由于我第一次安装 JUICER时遇到了很多问题,现在把这些问题都记录下来,给同样第一次安装使用的同学一点借鉴。
前面已经安装了Torch3和Tracter,这都是为安装Juicer做的准备,现在安装Juicer也容易了。
1,下载源码
wget http://juicer.amiproject.org/juicer/sources/juicer-1.0.tar.gz
2,编译准备
首次编译结果
- -- checking for module 'tracter'
- -- found tracter, version 1.0
- -- checking for module 'torch'
- -- package 'torch' not found
- -- HTK not found
- -- libresample not found
- -- RtAudio not found
- -- Found SPTK: /usr/lib/libSPTK.a
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /juicer/dep/juicer-1.0/build
修改FindTorch3.cmake文件,操作如下:
- set(TORCH3_DIR "/juicer/dep/Torch3")
修改FindHTK.cmake文件,操作如下:
- set(HTK_DIR "/juicer/dep/htk/")
修改FindLibResample.cmake文件,操作如下:
- set(LIBRESAMPLE_DIR "/usr")
- ....
- set(LIBRESAMPLE_LIBRARIES
- ${LIBRESAMPLE_DIR}/lib64/libresample.so
- )
修改FindRtAudio.cmake文件,操作如下:
- set(RTAUDIO_DIR "/juicer/dep/rtaudio-4.0.11/")
如果不这么修改的话,就设置环境变量,效果是一样的。
3,编译
- cmake -D CMAKE_INSTALL_PREFIX=/usr/local/juicer/ ../
结果如下:
- [root@localhost build]# cmake -D CMAKE_INSTALL_PREFIX=/usr/local/juicer/ ../
- -- checking for module 'torch'
- -- package 'torch' not found
- -- Using HTK dir: /juicer/dep/htk/
- -- Using libresample dir: /usr
- -- Using RtAudio dir: /juicer/dep/rtaudio-4.0.11/
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /juicer/dep/juicer-1.0/build
- [root@localhost build]#
torch没有关系,这是因为没有使用torch.pc的原因,我们指定了静态库文件。就是libtorch.a
继续。。。
- [root@localhost build]# make
- [ 2%] Generating htkparse.y.h, htkparse.y.cpp
- /bin/sh: bison: command not found
- make[2]: *** [src/htkparse.y.h] Error 127
- make[1]: *** [src/CMakeFiles/static-lib.dir/all] Error 2
- make: *** [all] Error 2
- [root@localhost build]#
这个小问题,yum install bison
继续。。。
- [root@localhost build]# make
- [ 2%] Generating htkparse.y.h, htkparse.y.cpp
- [ 5%] Generating htkparse.l.cpp
- /bin/sh: flex: command not found
- make[2]: *** [src/htkparse.l.cpp] Error 127
- make[1]: *** [src/CMakeFiles/static-lib.dir/all] Error 2
- make: *** [all] Error 2
这也是小问题,yum install flex
然后就很顺利了,几个主要的命令行都生成了,如下:
- [root@localhost juicer]# cd bin/
- [root@localhost bin]# ls
- aux2eps.pl cdgen gramgen map-labels.pl
- build-wfst do-star-closure.pl juicer untieModels.sh
- build-wfst-mit fstRemoveAux.pl lexgen
- build-wfst-openfst genwfstseqs logical2physical.pl
安装juicer的更多相关文章
- Jade学习(一)之特性、安装
前言 流行的模板 PHP:Smarty SimpleTemplate Xtemplate Savant Java:Velocity FreeMarker Jbyte C#:Dotiquid Sharp ...
- RabbitMQ安装、集群搭建、概念解析
RabbitMQ安装.集群搭建.概念解析 基本概念 为什么会产生MQ 1.解耦:采用异步方式实现业务需求达到解耦的目的. 2.缓冲流量,削峰填谷: 问:为什么会有流量冲击? 答:采用"直接调 ...
- docker——容器安装tomcat
写在前面: 继续docker的学习,学习了docker的基本常用命令之后,我在docker上安装jdk,tomcat两个基本的java web工具,这里对操作流程记录一下. 软件准备: 1.jdk-7 ...
- 网络原因导致 npm 软件包 node-sass / gulp-sass 安装失败的处理办法
如果你正在构建一个基于 gulp 的前端自动化开发环境,那么极有可能会用到 gulp-sass ,由于网络原因你可能会安装失败,因为安装过程中部分细节会到亚马逊云服务器上获取文件.本文主要讨论在不变更 ...
- Sublime Text3安装JsHint
介绍 Sublime Text3使用jshint依赖Nodejs,SublimeLinter和Sublimelinter-jshint. NodeJs的安装省略. 安装SublimeLinter Su ...
- Fabio 安装和简单使用
Fabio(Go 语言):https://github.com/eBay/fabio Fabio 是一个快速.现代.zero-conf 负载均衡 HTTP(S) 路由器,用于部署 Consul 管理的 ...
- gentoo 安装
加载完光驱后 1进行ping命令查看网络是否通畅 2设置硬盘的标识为GPT(主要用于64位且启动模式为UEFI,还有一个是MBR,主要用于32位且启动模式为bois) parted -a optima ...
- Linux平台 Oracle 10gR2(10.2.0.5)RAC安装 Part3:db安装和升级
Linux平台 Oracle 10gR2(10.2.0.5)RAC安装 Part3:db安装和升级 环境:OEL 5.7 + Oracle 10.2.0.5 RAC 5.安装Database软件 5. ...
- Linux平台 Oracle 10gR2(10.2.0.5)RAC安装 Part1:准备工作
Linux平台 Oracle 10gR2(10.2.0.5)RAC安装 Part1:准备工作 环境:OEL 5.7 + Oracle 10.2.0.5 RAC 1.实施前准备工作 1.1 服务器安装操 ...
随机推荐
- Git命令行中文显示错误
中文文件名乱码(git status.git log.git pull .git push) #不对0x80以上的字符进行quote,解决git status/commit时中文文件名乱码git co ...
- java——最大堆 MaxHeap
使用数组来实现最大堆 堆是平衡二叉树 import Date_pacage.Array; public class MaxHeap<E extends Comparable <E>& ...
- Mybatis学习笔记18 - 缓存
两级缓存: 一级缓存:(本地缓存):sqlSession级别的缓存.一级缓存是一直开启的:SqlSession级别的一个Map 数据库同一次会话期间查询到的数据会放在本地缓存中.以后如果需要获取相同的 ...
- Day6 下(
T1 模拟,80? #include<iostream> #include<cstring> #include<queue> #include<algorit ...
- 文件夹选择之FolderBrowserDialog控件
应用程序可能只允许用户选择文佳夹而非文件,例如在播放MP3时,用户可能把所有的MP3放在一个文佳夹内,在添加时,只要选择添加这个文佳夹,将会把在这个文件内的所有MP3添加的播放器里.在这里对播放器来说 ...
- html常用样式
1.小手:style="cursor: pointer;" 2.滚动条:style="height: 1oopx;overflow: auto;"; 3.文本框 ...
- 自定义HandlerMethodArgumentResolver参数解析器和源码分析
在初学springmvc框架时,我就一直有一个疑问,为什么controller方法上竟然可以放这么多的参数,而且都能得到想要的对象,比如HttpServletRequest或HttpServletRe ...
- echarts自适应宽度
const myChartContainer = document.getElementById( id ); const resizeMyChartContainer = function () { ...
- ASP.NET MVC 音乐商店 - 1 创建项目
我们的项目从在 Visual Studio 中的文件菜单中选择“新建”,选择“项目”开始. 然后,选择 C# 中的 Web 模板组,在右边的项目模板中选择 ASP.NET MVC3 Web 应用程序, ...
- senium
http://webdriver.googlecode.com 所以CTRL属于Modifier Key,需要这样写: Actions actionObject = new Actions(drive ...