This page is going to tell how to install tensorflow on ubuntu 16.04 from the github sources. I sugget you to use conda or miniconda as your python, then you can skip section 6: Create the pip package and install.继续阅读 »
Here is my way on how to change the selected item colour on Ubuntu (14.04); the steps are as follows:
To start off, we need to open dconf-editor (Press Alt+F2 and type dconf-editor followed by the enter key).
Navigate to the following path: org > gnome > desktop > interface.
Find the key called "gtk-color-scheme" and 继续阅读 »
Kaldi是一个语音识别工具,使用C++开发,基于Apache 许可证,目的是为语音识别研究者提供。本文将介绍在线安装kaldi,为之后的离线安装kaldi做一个准备和基础。
1. 下载kaldi
目前kaldi是开源的,在github上可以clone;clone以后进入该目录,然后查看安装方法。
git clone https://github.com/kaldi-asr/kaldi.git
cd kaldi/
cat INSTALL
INSTALL文件指示如下:
This is the official Kaldi INSTALL. Look also at INSTALL.md for the git mirror 继续阅读 »