ipc-lab / private-ml-for-health

Dopamine: Differentially Private Federated Learning on Medical Data (AAAI - PPAI)
https://arxiv.org/abs/2101.11693
MIT License
69 stars 17 forks source link

ModuleNotFoundError: No module named 'options' #1

Closed geetumolbabu91 closed 3 years ago

geetumolbabu91 commented 3 years ago

Google colab returning error 'ModuleNotFoundError: No module named 'options'' while running

mmalekzadeh commented 3 years ago

The error you get seems related to the directory you use to put the code there and the way you import modules. The 'options' file is this one: https://github.com/ipc-lab/private-ml-for-health/blob/main/private_training/src/options.py

geetumolbabu91 commented 3 years ago

Thank you