-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for
torch.float
weighted networks for FID and KID calculati…
…ons. (#2483) * add support to normalized custom models * - documentation fix - support for float weighted custom networks - support for custom sized input imgs * added dummz feature extractor network to test custom extractor * add dummy feature extractor to tests for testing custom feature extractor * fixed init error * convert int8 tensor imgs to float32 on model side * prehook commit changes * precommit hook changes * fix typing error * fix argument quotation * changelog * Update src/torchmetrics/image/fid.py Co-authored-by: Nicki Skafte Detlefsen <[email protected]> * Update src/torchmetrics/image/fid.py Co-authored-by: Nicki Skafte Detlefsen <[email protected]> * Update src/torchmetrics/image/fid.py Co-authored-by: Nicki Skafte Detlefsen <[email protected]> * Update src/torchmetrics/image/fid.py Co-authored-by: Nicki Skafte Detlefsen <[email protected]> * Update src/torchmetrics/image/fid.py Co-authored-by: Nicki Skafte Detlefsen <[email protected]> * Update src/torchmetrics/image/fid.py Co-authored-by: Nicki Skafte Detlefsen <[email protected]> * try fixing issues in docs --------- Co-authored-by: Jirka Borovec <[email protected]> Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
- Loading branch information
1 parent
5259c22
commit 822dba2
Showing
5 changed files
with
93 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters