Open SunYanCN opened 5 years ago
Interesting. Seems it is caused by bug in the latest keras (2.2.3 and 2.2.4) in tensorflow backend (I reproduced this error) with accuracy metric. See related keras issue https://github.com/keras-team/keras/issues/11348
As a simplest fix you can downgrade keras to 2.1.6 - it should work then for sure
Hope keras team will fix it soon, so it should work in the latest keras as well
OK,it works!
Do you have any idea if there is a possible fix without downgrading keras?
@RobrechtM It seems to be an issue with accuracy metric in new version of keras. You can avoid using accuracy and it should be ok.
I do nothing,just run sequential_example.py. Then get a error as: