from keras.datsets import mnist
it gives lots of errors
Error while importing mnist from keras.datasets
hey @mk.mohtashim ,
can you please brief about what errors are you getting.
You can calso attach screenshot of those errors .
code : from keras.datasets import mnist
(X_train, Y_train),(X_test,Y_test) = mnist.load_data()
print(X_test.shape)
hey @mk.mohtashim ,
you don’t have tensorflow installed in your system. Just install it using command :
pip install tensorflow
i hope it will work afterwards .
Thank You and Happy Learning .
try :
pip install --user tensorflow
if this doesn’t works then kindly let me know , what python version are you working on ?
it is not working
I’m using python3.7
is it showing the same error still ?
Still same error
Haven’t found a solution yet
try :
pip install --upgrade pip
pip install --user tensorflow
and please do share its output screenshot.
hey @mk.mohtashim ,
this is a bit more work but , try uninstall python ,download python 3.6 from https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe , i am suggesting you this because ther are many libraries now which are not supportable python 3.7 yet , 3.6.8 is much stable and helpful.
after this is done , then try installing tensorflow after upgrading your pip.
I hope it will work then.
is keras/mnist necessary in future in data science?
not necessary but its really good for learning and understanding basics.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.