-
Notifications
You must be signed in to change notification settings - Fork 968
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
import scipy #26
base: master
Are you sure you want to change the base?
import scipy #26
Conversation
What do you mean? |
Without importing scipy, could you please paste the full traceback you get? |
I've just run it again but didn't get any error. But in the previous run I didn't have scipy installed, I guess I had to import it to make it available, but the second time it was already installed and there was no error. Thanks |
We don't use Scipy in the tutorial. Could you do this though?
|
I created a clean virtual environment, installed canaro (which installs caer, opencv, tensorflow, numpy, and others), installed matplotlib
Executed the code. When "model.fit()", this is the trace
|
Seems to be an issue here: apple/tensorflow_macos#87 If you install (but not import) Scipy in your Virtual Environment, does this error go away? |
Yes, it does go away. I've found this, I commented but it is closed, tensorflow/tensorflow#51736 |
I have reinstall scipy and reopen jupyter notebook. It is worked. Thank you |
I had to explicitly import scipy to run model.fit()