Sir has used keras and tensorflow libraries in building the cnn model. However, I am having error in running my code as I don’t have keras and tensorflow libraries installed. Please tell the full procedure to run both these libraries.
Problem in Building Fashion MNIST CNN with Keras
hey @abhaygarg2001 ,
there is no such particular format , you need to install tensorflow and keras.
Use commands
pip install tensorflow==1.15
pip install keras
We are installing tensorflow 1.15 because there are some libraries which you going to use are compatible with this and not 2.0+.
I hope this helps.
Thank You.