taki0112 / StyleGAN-Tensorflow

Simple & Intuitive Tensorflow implementation of StyleGAN (CVPR 2019 Oral)
MIT License
211 stars 60 forks source link

Added Dockerfile, and kept dataset directory #1

Closed GzuPark closed 5 years ago

GzuPark commented 5 years ago

Prepared docker image in here

docker run -it --runtime=nvidia -p 6006:6006 -v $(realpath /path/to/code):/workspace gzupark/stylegan-tensorflow