arfc / annsa

Artificial neural networks for spectral analysis.
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

Write separate function to record errors in the model_classes module #71

Closed kamuda1 closed 5 years ago

kamuda1 commented 5 years ago

Recording errors should be a separate function in the BaseClassin model_classes.py. This issue can be closed when

kamuda1 commented 5 years ago

This functionality is implemented in the Keras Sequential API.