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
I followed the installation instructions for the dev version of MONAI as outlined in your README.md file. However, I encountered an ImportError when trying to run the script located at:
In order to proceed, I manually installed a previous version of MONAI:
pip install monai==1.3.0
This resolved the issue.
Question:
Could using MONAI version 1.3.0 affect any of the functionalities or performance of your model? If using this version of MONAI is not advisable, could you provide guidance on how to resolve the ImportError with the dev version?
Thank you!
The text was updated successfully, but these errors were encountered:
I followed the installation instructions for the dev version of MONAI as outlined in your README.md file. However, I encountered an ImportError when trying to run the script located at:
BrainSegFounder/downstream/BraTS/finetuning/main_FinetuningSwinUNETR_4Channels.py
Line 36 in c58e9e6
In order to proceed, I manually installed a previous version of MONAI:
This resolved the issue.
Question:
Could using MONAI version
1.3.0
affect any of the functionalities or performance of your model? If using this version of MONAI is not advisable, could you provide guidance on how to resolve theImportError
with the dev version?Thank you!
The text was updated successfully, but these errors were encountered: