4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

はじめに

今更だけど、DCGANを使ってみる。

A. RadfordらのDCGAN論文はこちら
https://arxiv.org/abs/1511.06434

今回試すコードはmattya氏のchainerを使ったこれ。
https://github.com/mattya/chainer-DCGAN

パソコン環境

OS:Ubuntu 14.04
GPU:GTX 1070
CUDA 8.0 RC
cuDNN 5.1
python 2.7.6
chainer 1.14.0
など

インストールする

git cloneする。

git clone https://github.com/mattya/chainer-DCGAN.git

学習済みモデルで生成してみる

まずはどんな画像が生成されるか試してみる。

cd chainer-DCGAN
python visualizer.py

こんな画像が生成された。
output.png

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?