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

train_cnn.py #109

Open SanSLee opened 5 years ago

SanSLee commented 5 years ago

When I ran this file, an error arose: ValueError: output of generator should be a tuple'(x, y, sample_weight)'. Found: None Hope someone can help me.

khawar08 commented 5 years ago

Use tensorflow 1.5

SanSLee commented 5 years ago

@khawar08 Thanks. But my tensorflow version is just 1.5.0. However it doesn't work.