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 Problem #149

Open jianghongsun opened 3 years ago

jianghongsun commented 3 years ago

Thank your for your sharing. When I run train.py,I met a problem is ValueError: output of generator should be a tuple (x, y, sample_weight) or (x, y). Found: None. Can you give me some advice,Thank you for your reply.

self-ms commented 7 months ago

If your data is embedded and labels are available, you can use the following repository: https://github.com/ms-unlimit/Transformer-Based-Machine-Learning-Framework