torch-gan
torch-gan copied to clipboard
why use gmodule for generator
Can you explain why you're using nn.gmodule instead of nn.sequential for the generator? It seems all the modules are sequential.