AutoResearch / EEG-GAN

Other
19 stars 1 forks source link

Code cleanup #16

Closed chadcwilliams closed 3 months ago

chadcwilliams commented 1 year ago

EEG-GAN has a history of exploration and development. Lots of different things have been tried, and much of this has been left and is now unused and unsupported.

We need to go through all relevant files and take out anything that is no longer supported.

chadcwilliams commented 4 months ago

Issues to resolve: List all things we think of to clean up as comments

-Clean unused code -Load checkpoint works differently between GAN and AE (both the param to do so and how it is done) -Remove non-TTS GAN structures -Remove LR scheduler -Remove channel recovery stuff -Remove seq2seq -Remove GAN classifier

chadcwilliams commented 3 months ago

Completed with #103

We could go through everything again in detail in the future and remove anything else that is unused or unnecessary.