Skip to content

Commit

Permalink
small adjustment readme 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardObi committed Apr 26, 2024
1 parent c563ed0 commit f3f2912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ frd_value = frd_score.compute_frd(paths, paths_masks=paths_masks)
As in [pytorch-fid](https://github.com/mseitzer/pytorch-fid), you can generate a compatible `.npz` archive of a dataset using the `--save-stats` flag.
You may use the `.npz` archive as dataset path, which can be useful to compare multiple models against an original dataset without recalculating the statistics multiple times.
```
python -m pytorch_fid --save-stats path/to/dataset path/to/outputfile
python -m frd --save-stats path/to/dataset path/to/npz_outputfile
```


Expand Down

0 comments on commit f3f2912

Please sign in to comment.