philipperemy/keras-tcn

Load and save different values

rjpg opened this issue · 2 comments

rjpg commented

using keras model checkpoint :

Epoch 00061: val_mse did not improve from 0.02534

but after load :

MSE : 0.03303073

I had this problem in my model in keras and it was bad use of lambda functions in keras ...

@rjpg can you paste a snippet showing that it's not working?

If I refer to this TCN test, it seems to work for this configuration: https://github.com/philipperemy/keras-tcn/blob/master/tasks/save_reload_sequential_model.py

I'll close this issue for inactivity. Please update to the latest TCN and try again. Re-open it if you see something.