harvitronix / five-video-classification-methods

Code that accompanies my blog post outlining five video classification methods in Keras and TensorFlow
https://medium.com/@harvitronix/five-video-classification-methods-implemented-in-keras-and-tensorflow-99cad29cc0b5
MIT License
1.17k stars 479 forks source link

it stopped at the last step of epoch 1 #110

Closed louxy126 closed 5 years ago

louxy126 commented 5 years ago

Hi@harvitronix,thanks for your code! When I ran the train_cnn.py,the program was stopped at the last step of epoch 1,it shows "99/100 [============================>.] - ETA: 4s - loss: 4.3249 - acc: 0.1061 " ,but after about 2 hours,it still stayed there. Hope someone can help me.