scaden
scaden copied to clipboard
Update scaden to work with Keras API
Keras recently changed its save_model function, to only accept .keras
files, which is not the default in Scaden. Therefore the method will fail during this step. This PR will fix this issue.