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
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 and pip 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.