-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Bug: 766] Fix OpenFL MICCAI tutorials #1
base: gh-pages
Are you sure you want to change the base?
Conversation
Fixes following 2 notebook in the tutorials - 1) 2D MedMNIST - added ipywidgets to make tqm work on jupyter notebook 2) OpenFL GaNDLF tutorial - added note that OpenFL needs python 3.8 to work without any errors. Google collab runs the notebook with python 3.9.16 by default, this needs to be changed to 3.8 to run without any errors Fixes #766 Co-authored-by: Emmanuel Jillela <[email protected]> Signed-off-by: Neethu Elizabeth Simon <[email protected]>
Hi all, we tried running 2DMedMNIST on Google Colab, but see an error during
|
What is the python version on Google Collab ? OpenFL works with version 3.8 only. |
Hi @mansishr, I've also had issues running in Google Colab. Because the 2D medmnist tutorial installs openfl from the miccai_fl_tutorial branch, it installs openFL v1.4 which has I've tried to downgrade to py3.8 with no luck (I've ran into issues down the line) The only workaround I've had success with is to just install openFL from the main branch. The only caveat is that openFL v1.5 requires I have not tested on the GaNDLF tutorial, but I anticipate a similar experience |
Hi Team, Could you add a note on running both the Colab notebooks with Python3.8 interpreter as well (not just with python3.8 version). Also, it will be great to let users know how to change the python version (these lines below could be added and commented):
|
Hi Mansi, I had added the comment on the python version on top of the google collab as part of the PR. Now I have added the code to change python version as the first cell in the collab notebook. |
Fixes following 2 notebook in the tutorials -
Fixes #766
Testing Steps
juptyer notebook
2D MedMNIST
&OpenFL GaNDLF tutorial
Co-authored-by: Emmanuel Jillela [email protected]
Signed-off-by: Neethu Elizabeth Simon [email protected]