- 授权协议: MIT
- 开发语言: Lua
- 操作系统: 跨平台
- 软件首页: https://github.com/Teaonly/easyStyle
- 软件文档: https://github.com/Teaonly/easyStyle.git
- 官方下载: https://github.com/Teaonly/easyStyle.git
软件介绍
EasyStyle是一款各种各样的神经风格变压器。本项目收集多种神经风格变压器,包括:
梦想者模式
克矩阵式风格
磁流变液风格
引导风格/贴片变压器
1.安装和设置
安装Torch7安装包
cunn loadcaffe cudnn
这个项目需要至少4G内存的GPU。首先你应该下载VGG19的caffe模型。
cd cnn/vgg19 source ./download_models.sh
2.快速演示
.style文件描述网络中使用的弓样式变压器,它们基于Lua语言的。该.style文件很简单,所有的参数都在这些文件中进行配置。
2.1 梦想者模式
th ezstyle ./dreamer.style
2.2 克矩阵式风格
th ezstyle ./gram.style
2.3 磁流变液风格
th ezstyle ./mrf.style
2.4 引导风格
[WIP]
Programming in Haskell
Graham Hutton / Cambridge University Press / 2007-1-18 / GBP 34.99
Haskell is one of the leading languages for teaching functional programming, enabling students to write simpler and cleaner code, and to learn how to structure and reason about programs. This introduc......一起来看看 《Programming in Haskell》 这本书的介绍吧!
