-
Hi,
I tried to run the code with imagenet dataset and I land into this following error
```
TypeError: Expected int32 passed to parameter 'y' of op 'Minimum', got 50.0 of type 'float' instead.
```…
-
Any chance you can add this?
-
Thank you for creating this code!
I managed to successfully train the PixelVAE model and CanvasVAE model, and I have questions regarding how to plot a reconstructed layout as a real banner image.
…
-
I tried to analyse the res part, and transform the x_lossy into png photo, but I got a black picture.
![1](https://github.com/BYchao100/Deep-Lossy-Plus-Residual-Coding/assets/59084547/587bc0a7-a61e-4…
-
Hi,
I was trying to benchmark the results of PixelCNN on CIFAR10 and I when I ran the script, I landed into this [error](http://dpaste.com/33R4231). I am using Theano 0.9.0 and Lasagne 0.2.dev. I wo…
-
Hi,
Could you please explain what you're doing in the line 864 to 872?
You seems to be generating the images but why not directly take the np.argmax and pick the channels with largest softmax pr…