cerndb / dist-keras

Distributed Deep Learning, with a focus on distributed training, using Keras and Apache Spark.
http://joerihermans.com/work/distributed-keras/
GNU General Public License v3.0
623 stars 169 forks source link

No module named 'pwd' #62

Open raouflamari opened 6 years ago

raouflamari commented 6 years ago

Hi there, I installed dist-keras on windows 10 64 bit. I am getting this error when trying to import predictors, trainers

ModuleNotFoundError: No module named 'pwd'

anishsharma commented 6 years ago

I got the same error. Got it pass by commenting the line and passed an empty string.

raouflamari commented 6 years ago

Thank you @anishsharma