-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6676 port losses from monai-generative #6729
6676 port losses from monai-generative #6729
Conversation
This PR requires a new package, lpips. I've updated |
sure, probably there are a few places to be updated with the new package, please see https://github.com/Project-MONAI/MONAI/blob/dev/CONTRIBUTING.md#adding-new-optional-dependencies |
Hi @marksgraham the |
…nd uses optional_import to import it
for more information, see https://pre-commit.ci
Signed-off-by: Mark Graham <[email protected]>
I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: a21c7f1 I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: 79a3784 I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: 89c4e83 I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: 3faaca5 I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: 086b8a9 I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: 105c3b8 I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: 700096d I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: cd01b59 I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: a5e092e Signed-off-by: Mark Graham <[email protected]>
for more information, see https://pre-commit.ci
…MONAI into 6676_port_generative_losses
I, Mark Graham <[email protected]>, hereby add my Signed-off-by to this commit: 36d7ed6 Signed-off-by: Mark Graham <[email protected]>
for more information, see https://pre-commit.ci
/build |
/build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks, it looks good to me, there's a minor issue about the torch.hub.set_dir
usage
Signed-off-by: Mark Graham <[email protected]>
…MONAI into 6676_port_generative_losses
Signed-off-by: Mark Graham <[email protected]>
Hi @marksgraham , none of my commented items is critical to fix. Please feel free to skip and close them as you see fit. |
… version Signed-off-by: Mark Graham <[email protected]>
Signed-off-by: Mark Graham <[email protected]>
Signed-off-by: Mark Graham <[email protected]>
/build |
Work towards addressing issue #6676
Description
This PR ports spectral, perceptual and patch adversial losses from MONAI Generative.
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.