error,pred_image_on_tensorboard = True
guker opened this issue · 0 comments
guker commented
PoseEstimationForMobile/training/src/train.py
Line 211 in e31fb85
when pred_image_on_tensorboard = True,error as fllow:
IndexError: index 11 is out of bounds for axis 0 with size 11
I have solve it as follow:
dataset = dataset.repeat(epoch).batch(batch_size)