0
0

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 3 years have passed since last update.

Windows10 DCGAN導入

Posted at

概要

win10でDCGANのプログラムを動作させるときに詰まったのでメモしておく。

使用コードはこちら
https://github.com/carpedm20/DCGAN-tensorflow

環境

Windows10 Pro (v1909)
Anaconda v4.8.2

結論

Anaconda 環境に対して、下記コマンド入力すればよい。
※今回はGPU版 tensorflowをセットアップした。

install.bat
pip install tensorflow-gpu==1.15
pip install scipy==1.1.0 --user
pip install pillow

詰まったところ

tensorflowの最新版では動作しない?
⇒ しない
  tensorflow.contrib は v1.15以前にしか存在しないため

参考リンク:
https://github.com/tensorflow/tensorflow/issues/31350

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?