-
Notifications
You must be signed in to change notification settings - Fork 74
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
ImportError: No module named inception #23
Comments
You need to add the inception library manually, however the link in the readme is dead. I would try the fms-santos branch instead that has added the inception folder already: https://github.com/fms-santos/DeepSolar/ |
Thanks @robban ! Using fms-santos repo and it can run train_classification now Though it leads to another error and I'm not sure what to fix next. Hope you would have a look. Regards, the error
in full
|
No guarantees, but you can try this patch and see if it helps: |
Hi @robban, I tried your patch and get this error when running
Hope you may have a look! Thanks a lot.
File "train_classification.py", line 263, in
|
Hello @namgivu Thank you in advance |
I follow the README.md to run
and get the error
So how can I get the module
inception
available?p.s.
I have google the error as this and this; but little helpful result found so I ask here.
The text was updated successfully, but these errors were encountered: