-
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 generative networks autoencoderkl #7260
6676 port generative networks autoencoderkl #7260
Conversation
Signed-off-by: Mark Graham <markgraham539@gmail.com>
Looks good to me since we've already used this code a lot and reviewed it elsewhere. The fails are from the arguments for |
Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Signed-off-by: Mark Graham <markgraham539@gmail.com>
Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> Signed-off-by: Mark Graham <markgraham539@gmail.com>
I, Mark Graham <markgraham539@gmail.com>, hereby add my Signed-off-by to this commit: d99044b I, Mark Graham <markgraham539@gmail.com>, hereby add my Signed-off-by to this commit: a6bb925 I, Mark Graham <markgraham539@gmail.com>, hereby add my Signed-off-by to this commit: 4caafe0 Signed-off-by: Mark Graham <markgraham539@gmail.com>
Signed-off-by: Mark Graham <markgraham539@gmail.com>
Signed-off-by: Mark Graham <markgraham539@gmail.com>
Signed-off-by: Mark Graham <markgraham539@gmail.com>
Signed-off-by: Mark Graham <markgraham539@gmail.com>
@KumoLiu please create a seperate branch for Generative AI development, for example "gen-ai-dev", then let's merge the PR to that branch as we discussed. Thanks. |
Have created. |
Hi @Nic-Ma - have changed the PR to merge to gen-ai-dev |
/build |
Looks good, we shall consider refactorings later once the porting is complete. |
Partially fixes Project-MONAI#6676 ### Description Implements the AutoencoderKL network from MONAI Generative. NB this network is subject to a planned refactor once the porting is complete, [see here](Project-MONAI#7227). ### 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). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [x] New tests added to cover the changes. - [x] 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: Mark Graham <markgraham539@gmail.com> Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Co-authored-by: YunLiu <55491388+KumoLiu@users.noreply.github.com> Signed-off-by: Mark Graham <markgraham539@gmail.com>
Partially fixes #6676
Description
Implements the AutoencoderKL network from MONAI Generative.
NB this network is subject to a planned refactor once the porting is complete, see here.
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.