Simple introductory chainer implementation of LSGAN [1].
If you are using python2, add the extra line on top of the code.
from __future__ import division, print_function
If you want to run using gpgpu, add -g 0
.
python lsgan.py -g 0
Simple introductory chainer implementation of LSGAN [1].
If you are using python2, add the extra line on top of the code.
from __future__ import division, print_function
If you want to run using gpgpu, add -g 0
.
python lsgan.py -g 0