DiogenesAnalytics / autoencoder

Python library implementing various autoencoders.
https://colab.research.google.com/github/DiogenesAnalytics/autoencoder/blob/master/notebooks/demo/anomaly_detection.ipynb
MIT License
0 stars 0 forks source link

Feature: Implement Remaining keras.Model Public Methods #16

Open DiogenesAnalytics opened 11 months ago

DiogenesAnalytics commented 11 months ago

Problem

Currently the ABC BaseAutoencoder only implements a subset of the keras.Model public methods.

References