chuagh74
chuagh74
This is the error msg I got: --------------------------------------------------------------------------- TypeError Traceback (most recent call last) in 6 validation_data = ValAugmentGenerator(), 7 validation_steps = validation_steps, ----> 8 epochs=num_epochs, callbacks=callbacks) 9 model.save_weights("camvid_model_150_epochs.h5", overwrite=True)...
yes. That's because I was not using right version of TF
According to my technical support, we were using keras ....we should use tf keras....so he removed keras and use tf keras
It was very long ago and i can't remember exactly. But what i remembered is we removed keras and reinstalled tensorflow and change import of keras to tensorflow.keras from tensorflow.keras.models...
Hi, Did you manage to get the html body for read_msg function? Regards, GH