Can't import RFlowScheduler from monai #1962
Replies: 2 comments
-
Hi @MaybeRichard, thanks for your interest here. Please try install the latest monai-weekly which should include the
https://pypi.org/project/monai-weekly/1.5.dev2511/
Please try uninstall the existing version first. Hope it helps, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, it worked |
Beta Was this translation helpful? Give feedback.
0 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.
-
When I try to train LDM using
scripts/diff_model_train.py
, It report can't find RFlowScheduler from monai.The version of monai in my env is 1.4.0 and I saw monai release 1.4.1rc1 so I try to
pip install -U monai
andpip install monai-weekly
but it can only install the version 1.4.0.At last I try to install from source using
BUILD_MONAI=1 pip install --no-build-isolation git+https://github.com/Project-MONAI/MONAI#egg=monai
and then my computer crashed during the compilation process.Beta Was this translation helpful? Give feedback.
All reactions