model-zoo icon indicating copy to clipboard operation
model-zoo copied to clipboard

Optimize DCGAN implementation

Open CarloLucibello opened this issue 4 years ago • 0 comments

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

CarloLucibello avatar Mar 02 '20 06:03 CarloLucibello