You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
8627 perceptual loss errors out after hitting the maximum number of downloads (#8652)
Fixes#8627.
Moves the perceptual loss code to MONAI repository
https://github.com/Project-MONAI/perceptual-models and the checkpoints
to Huggingface.
### Description
This PR changes and simplifies the torch.hub loading process and gets
the models from Huggingface lirbary.
A few sentences describing the changes proposed in this pull request.
### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] Non-breaking change (fix or new feature that would not break
existing functionality).
- [x] Breaking change (fix or new feature that would cause existing
functionality to change).
- [N/A] New tests added to cover the changes.
- [N/A] Integration tests passed locally by running `./runtests.sh -f -u
--net --coverage`.
- [x] Quick tests passed locally by running `./runtests.sh --quick
--unittests --disttests`.
- [x] In-line docstrings updated.
- [x] Documentation updated, tested `make html` command in the `docs/`
folder.
---------
Signed-off-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Signed-off-by: Virginia Fernandez <61539159+virginiafdez@users.noreply.github.com>
Signed-off-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
Signed-off-by: Yun Liu <yunl@nvidia.com>
Signed-off-by: Rafael Garcia-Dias <rafaelagd@gmail.com>
Co-authored-by: Virginia Fernandez <virginia.fernandez@kcl.ac.uk>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Yun Liu <yunl@nvidia.com>
Co-authored-by: Rafael Garcia-Dias <rafaelagd@gmail.com>
0 commit comments