AutoencoderKlMaisi #2011
Unanswered
shengzhang90
asked this question in
General
Replies: 1 comment 10 replies
-
self.dim_split =0 and self.dim_split = 1 means no split. They are the same |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, @Can-Zhao
Why is it "if self.dim_split <= 1 and self.num_splits <= 1:" in the code of line 235, shouldn't it be "if self.dim_split < 1 and self.num_splits <= 1:" Since your setting in the "configs/config_maisi3d-rflow.json" is that dim_split = 1.
https://github.com/Project-MONAI/MONAI/blob/dev/monai/apps/generation/maisi/networks/autoencoderkl_maisi.py
Thanks a lot.
Best wishes
Beta Was this translation helpful? Give feedback.
All reactions