video2gift环境安装(Theano等)

pip install Theano

http://deeplearning.net/software/theano/install_centos6.html

 

pip install moviepy

 

pip install -r https://raw.githubusercontent.com/Lasagne/Lasagne/v0.1/requirements.txt

pip install Lasagne==0.1

http://lasagne.readthedocs.io/en/latest/user/installation.html#stable-lasagne-release

 

yum -y install gcc gcc-c++ kernel-devel

yum -y install python-devel libxslt-devel libffi-devel openssl-devel

 

pip install -U scikit-image

https://wizardforcel.gitbooks.io/scipy-lecture-notes/content/16.html

 

 

ubantu 

apt-get -y install build-essential

但是在centos上

yum groupinstall 'Development Tools'

yum install gcc gcc-c++ make openssl-devel

 

 

 

 

 

Theano教程参考代码网址

http://deeplearning.net/tutorial/

 

video2gif_code

 https://github.com/gyglim/video2gif_code

video2gif_dataset

https://github.com/gyglim/video2gif_dataset

 

论文地址:

https://arxiv.org/abs/1605.04850

https://arxiv.org/pdf/1605.04850.pdf

 

 

如何评价 Theano?

https://www.zhihu.com/question/35485591

深度学习0.1文档

 

 

posted @ 2017-09-14 18:06  琦在江湖飘  阅读(231)  评论(0编辑  收藏  举报