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

validate_rnn.py #71

Open styap94 opened 6 years ago

styap94 commented 6 years ago

hi,

may i know how long will it take to run the validate_rnn.py? after i run the file, it ran for a while and the last output was: creating test generator with 60 samples.. after that, it doesn’t prompt any error, but i waited for an hour also did not show the result of validation

harvitronix commented 6 years ago

Interesting... it should be no more than a few minutes. I just tested it and mine ran indefinitely as well. I'll take a look. Thanks for opening the issue!

styap94 commented 6 years ago

thanks for your prompt response. For your information, i'm running with lrcn model, with only 4 classes

moonikwe commented 6 years ago

I'm encountering the same thing. How was this resolved?

styap94 commented 6 years ago

sorry i still unable to solve it

harvitronix commented 6 years ago

Re-opened to investigate.

harvitronix commented 6 years ago

What happens if you change val_samples to 32 in evaluate_rnn.py, line 34?