code-of-learn-deep-learning-with-pytorch icon indicating copy to clipboard operation
code-of-learn-deep-learning-with-pytorch copied to clipboard

chapter6_GAN/autoencoder.ipynb error

Open mychen233 opened this issue 4 years ago • 0 comments

image tfs.Normalize([0.5, 0.5, 0.5], [0.5, 0.5, 0.5]) is wrong and should be revised tfs.Normalize([0.5], [0.5])

mychen233 avatar May 19 '21 11:05 mychen233