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 gives prediction, but not class labels #122

Open vsd-dev opened 5 years ago

vsd-dev commented 5 years ago

While using validate_rnn.py for testing, model prediction gives accuracy and loss. How to get final prediction class labels?