Kevin Ta
Kevin Ta
Investigating on 2D MedMNIST Seems to be an incompatibility with Google Colab and OpenFL v1.4. Colab currently uses Python v3.9.16 whereas the version of OpenFL installed in the miccai_fl_tutorial branch...
I can't seem to reproduce your issue. Can you provide some more information about your intelEnv environment. In particular, can you provide the output to `python -m torch.utils.collect_env` ? Also,...
Thanks, this is reproducible on the latest build. We are working to fix this
PR #835 is still open. You can installing from the [kta-intel:fx-init](https://github.com/kta-intel/openfl/tree/fx-init) fork directly, which has a fix, or you can try using the [task runner CLI](https://openfl.readthedocs.io/en/latest/about/features_index/taskrunner.html#bare-metal-approach)
Can you try installing from the fx-init branch? `git clone https://github.com/kta-intel/openfl.git` `cd openfl` `git checkout fx-init` `pip install .`
Glad we could resolve the issue! Please feel free to reach out anytime. Always happy to help and answer any questions
Hi, thanks for bringing this up. Let me try to reproduce this and get back to you
I can't seem to reproduce the issue. Can you give some more details into when it crashes? You build the chatbot initially and it runs fine. You then add documents...
@anayjain Hi, are you still running into issues or may we close?