chainer-DCGAN icon indicating copy to clipboard operation
chainer-DCGAN copied to clipboard

Python3 support

Open knok opened this issue 9 years ago • 0 comments

I modified to work python 2/3 both.

  • use io.BytesIO on python3
  • xrange as a alias of range on python3
  • add parenthesis on print

knok avatar Jun 30 '16 05:06 knok