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
)
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 )