mseitzer / pytorch-fid

Compute FID scores with PyTorch.
Apache License 2.0
3.34k stars 506 forks source link

fc layer for inception_score #60

Closed vibss2397 closed 3 years ago

vibss2397 commented 3 years ago

Hi, I was trying to make a pytorch implementation of inception_score when i came across your weights. They also contain a FC layer in the end, I wanted to know if those weights are also the same as tensorflow or are they different.

mseitzer commented 3 years ago

Yes, the weights of the FC layer also were converted from Tensorflow.