- 授权协议: 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 Concurrency on the JVM
Venkat Subramaniam / The Pragmatic Bookshelf / 2011-6-1 / USD 35.00
Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) and actor-based concurrency. This book is the first to show you all these con......一起来看看 《Programming Concurrency on the JVM》 这本书的介绍吧!
