model-zoo
model-zoo copied to clipboard
Optimize DCGAN implementation
DCGAN's implementation could be optimized having just one generator's forward pass instead of two, see https://github.com/FluxML/model-zoo/pull/207#discussion_r386156978
Something like https://github.com/FluxML/Zygote.jl/pull/465 may help
@matsueushi