Wheat
Results
1
comments of
Wheat
I add two lines of print, but when I run the code, I can just see "start", I can't see loss. print("start") loss = sess.train_batch(image, label) print(loss)