神经风格变压器 EasyStyle

码农软件 · 软件分类 · 图形/图像处理 · 2019-09-06 09:43:40

软件介绍

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]

本文地址:https://www.codercto.com/soft/d/13987.html

Programming in Haskell

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》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

SHA 加密
SHA 加密

SHA 加密工具