hfawaz / dl-4-tsc

Deep Learning for Time Series Classification
GNU General Public License v3.0
1.56k stars 571 forks source link

Also some error on utils.py #16

Closed LMMOO-LJQ closed 4 years ago

LMMOO-LJQ commented 4 years ago

First, thank you for your program shared. Then in lines: 313 314 338 339 in utils.py. ['acc'] and ['val_acc'] should be modified to ['accuracy'] and ['val_accuracy']. If not it will report that : Error : ' acc '.

hfawaz commented 4 years ago

Yes you are right indeed this changed with newer versions of keras thanks for documenting it.