VAE-CVAE-MNIST
VAE-CVAE-MNIST copied to clipboard
Fixes for pytorch 0.4 and running with a GPU
Thanks for the nice tutorial. I ran into some warnings / errors running this with pytorch 0.4.0, so I made quick fixes. If they're helpful to you - feel free to take them. Results look the same as posted previously.
Changes:
- replaced calls to
.data[0]
with.item()
per pytorch recommendation - some changes to work if cuda is available
- runs on Ubuntu 16.04 with CUDA 9.0 and macOS, both with Pytorch 0.4.0