DCGAN icon indicating copy to clipboard operation
DCGAN copied to clipboard

PyTorch implementation of DCGAN

Results 1 DCGAN issues
Sort by recently updated
recently updated
newest added

hey, values in input data ie. mnist digits are between 0-255, then why are you applying tanh at the last layer in generator and making it between -1 and 1....