Minchul Kim
Minchul Kim
I also have doubts about the linkage between G and D. The gradient from the updated D only seems to flow once to G by the last D, as opposed...
thanks for letting me know. The problem in my implementation was in feeding the same random vector for all steps. Appropriate changes are made. [https://github.com/mk-minchul/unroll_gan](https://github.com/mk-minchul/unroll_gan)
Hmm. the code structure is changed too much so PR seems too heavy. If @andrewliao11 doesn't want another repo based on his code, I could make mine private.
Yes, fork is a good idea. Made the appropriate change. Thanks