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: Model Training Checkpoints #21

Open DiogenesAnalytics opened 9 months ago

DiogenesAnalytics commented 9 months ago

Problem

Currently nothing has been implemented to take advantage of the checkpoint feature of keras. This is an extremely useful and practical feature.

Solution

One tentative solution is to add some checkpoint: bool = False default args to the constructor of BaseAutoencoder ... or something similar.