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.18k stars 478 forks source link

Gets stuck at epoch! #66

Closed AdarshMJ closed 6 years ago

AdarshMJ commented 6 years ago

Gets stuck at epoch 1/(no. of epochs specified). Doesn't proceed further

screen shot 2018-01-18 at 11 24 10 pm screen shot 2018-01-18 at 11 23 57 pm

harvitronix commented 6 years ago

Best guess is it's running out of memory... try with a much smaller network (change the LSTM to 64 and dense to 32) and see if it runs then.