Fix logging of recon_loss and small typo
The recon_loss wasn't showing up in tensorboard graphs because it was a float (vs. tensor) and this seems to fix that.
Loading
Please register or sign in to comment
The recon_loss wasn't showing up in tensorboard graphs because it was a float (vs. tensor) and this seems to fix that.