You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue occured when I use Jester date set,I'm sure that the lable list is right.
Traceback (most recent call last):
File "training_res3d_clstm_mobilenet.py", line 126, in
initial_epoch=init_epoch,
File "/home/usr2/anaconda2/lib/python2.7/site-packages/tensorflow/contrib/keras/python/keras/engine/training.py", line 1857, in fit_generator
'or (x, y). Found: ' + str(generator_output))
ValueError: output of generator should be a tuple (x, y, sample_weight) or (x, y). Found: None
I am in torubled for some days,can any body help me ?Thanks so much!!!
The text was updated successfully, but these errors were encountered:
The issue occured when I use Jester date set,I'm sure that the lable list is right.
Traceback (most recent call last):
File "training_res3d_clstm_mobilenet.py", line 126, in
initial_epoch=init_epoch,
File "/home/usr2/anaconda2/lib/python2.7/site-packages/tensorflow/contrib/keras/python/keras/engine/training.py", line 1857, in fit_generator
'or
(x, y)
. Found: ' + str(generator_output))ValueError: output of generator should be a tuple
(x, y, sample_weight)
or(x, y)
. Found: NoneI am in torubled for some days,can any body help me ?Thanks so much!!!
The text was updated successfully, but these errors were encountered: