I am a newbie to keras, and when I tried to run my first keras program on my linux, something just didn\'t go as I wish. Here is my python code:
import numpy
plt.imshow just finishes drawing a picture instead of printing it. If you want to print the picture, you just need to add plt.show.
plt.imshow
plt.show