MikeOfZen/Yet-Another-Openpose-Implementation

'utf-8' codec can't decode byte 0xbe in position 226: invalid start byte

ydldarling opened this issue · 1 comments

I met the error:" 'utf-8' codec can't decode byte 0xbe in position 226: invalid start byte " when run to code:
train_history=train_model.fit(
dst
,epochs=SHORT_TRAINING_EPOCHS
,steps_per_epoch=SHORT_EPOCH_STEPS
,validation_steps=SHORT_VALIDATION_STEPS
,validation_data=dsv
,callbacks=all_callbacks
,initial_epoch=starting_epoch
)

problem solved;the reason is the tfrecord file did'nt been loaded correctly!