mingyuliutw / UNIT

Unsupervised Image-to-Image Translation
Other
1.98k stars 360 forks source link

Question on Shared Weights Implementation? #86

Closed truongthanhdat closed 5 years ago

truongthanhdat commented 5 years ago

The paper showed that weights of the last few layers of encoders and first few layers of decoders are shared. However, I have not found its implementations in the source code. It seems to be that two encoders (two decoders) use separate weights.

Maybe my limitation knowledge in Pytorch library makes me do not know where is the implementation of shared weights. Can you please indicate the implementation of shared weights constraint?

Thank you very much.

mingyuliutw commented 5 years ago

Please check the README.md for the code branch for getting the network used to produce the results in the NIPS paper.

MissingJade commented 5 years ago

Please check the README.md for the code branch for getting the network used to produce the results in the NIPS paper.

Hi, I have the same question about weight-sharing as the first questioner, I have also checked the README.md, but I still can't understand it. Could you explain it more detilely, please!