five-video-classification-methods icon indicating copy to clipboard operation
five-video-classification-methods copied to clipboard

Train Problem

Open jianghongsun opened this issue 3 years ago • 1 comments

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.

jianghongsun avatar May 17 '21 01:05 jianghongsun

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

self-ms avatar Nov 13 '23 10:11 self-ms