from ICPR2024_TimeSeriesAnonymisation.models.Autoencoder import ae_mbientlab, ae_mocapAutoencoder Training
Setting up autoencoders for the GAN architecture
train_mbientlab
train_mbientlab (max_epochs:int=100, export_path:str=None)
| Type | Default | Details | |
|---|---|---|---|
| max_epochs | int | 100 | Maximum number of epochs, if termination criterion |
| export_path | str | None | Path where the trained model is to be stored. |
| Returns | (<class ‘float’>, <class ‘float’>) | Final validation acc and precision |