AutoResearch / EEG-GAN

Other
19 stars 1 forks source link

Required trained model folder? #41

Closed chadcwilliams closed 4 months ago

chadcwilliams commented 1 year ago

I believe the default for saving checkpoint_01 and checkpoint_02 is trained_models/... but if the user is running the code in a directory without trained_models, saving crashes. We might want to adjust this so either it does not require this directory or it creates it if it's missing (even temporarily).

whyhardt commented 12 months ago

creating it if missing is the best way to go.