Closed dangpzanco closed 5 years ago
Originally the system was develop with keras 2.2.2, and keras 2.2.3 had breaking change Sequential.get_config()
method (output format was changed from list to dict). Commit 4ba03c7eb9e5959a4b7ddf1719a19eeda701c8a6 should fix this generic way, and make the system work across a few latest versions of keras (2.2.2-2.2.4).
Description
Error when running
python task1*.py
. I tested Tasks A and C. This is probably a problem with some API change on newer versions of Keras.Forcing
fixed the problem, but hurts the code generalization.
Expected Results
Expected Task test the trained system. Feature extraction, normalization and learning run just fine.
Actual Results
Versions