We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25a4683 + a94e70d commit ef0c18bCopy full SHA for ef0c18b
README.md
@@ -26,7 +26,7 @@ Requirements:
26
27
To compute the FID score between two datasets, where images of each dataset are contained in an individual folder:
28
```
29
-./fid_score.py path/to/dataset1 path/to/dataset2
+python -m pytorch_fid path/to/dataset1 path/to/dataset2
30
31
32
To run the evaluation on GPU, use the flag `--gpu N`, where `N` is the index of the GPU to use.
0 commit comments