AutoResearch / EEG-GAN

Other
19 stars 1 forks source link

Add model tracking to GAN #25

Closed chadcwilliams closed 4 months ago

chadcwilliams commented 1 year ago

We should add variable tracking across training sessions (when training a GAN multiple times). This is implemented in the autoencoder and we should port that to the GAN. One important feature is the actual epochs trained for each training session (e.g., if it crashes, there's no way to know how many epochs have been trained).

chadcwilliams commented 4 months ago

Added history to GAN on dev branch