eifuentes / swae-pytorch

Implementation of the Sliced Wasserstein Autoencoder using PyTorch
MIT License
99 stars 14 forks source link

Do you have any quantitative results such as FID? #9

Closed csyanbin closed 5 years ago

csyanbin commented 5 years ago

Hi, thanks so much for the pytorch implementation of SWAE.

By the way, do you have any results such as FID score?

eifuentes commented 5 years ago

hi @csyanbin, I would reference the original paper in the README for more information but since no FID score was shown I did not go ahead and implement any myself. The lsun results in the README I did for my own learning, it is outside the scope of the original paper.