Skip to content

Commit ef0c18b

Browse files
committed
Merge branch 'master' of github.com:mseitzer/pytorch-fid
2 parents 25a4683 + a94e70d commit ef0c18b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Requirements:
2626

2727
To compute the FID score between two datasets, where images of each dataset are contained in an individual folder:
2828
```
29-
./fid_score.py path/to/dataset1 path/to/dataset2
29+
python -m pytorch_fid path/to/dataset1 path/to/dataset2
3030
```
3131

3232
To run the evaluation on GPU, use the flag `--gpu N`, where `N` is the index of the GPU to use.

0 commit comments

Comments
 (0)