Fix fid_score.py

The first line needs to specify the interpreter or it won't run
as a program
This commit is contained in:
Gareth Davidson
2022-09-19 10:27:18 +01:00
parent 109127dbd6
commit 894390d3aa
+2 -1
View File
@@ -1,7 +1,8 @@
#!/usr/bin/env python3
# Code adapted and modified from https://github.com/mseitzer/pytorch-fid. Licensing
# and description duplicated below.
#!/usr/bin/env python3
"""Calculates the Frechet Inception Distance (FID) to evalulate GANs
The FID metric calculates the distance between two distributions of images.