AutoResearch / EEG-GAN

Other
19 stars 1 forks source link

Patch Size Parameter for AE-GAN #68

Closed chadcwilliams closed 5 months ago

chadcwilliams commented 8 months ago

If the data length is not divisible by the patch size (e.g., 100 datapoints, 30 patch size), then the data will be padded (e.g., 100 datapoints turns into 120 datapoints). This is good but only concerns the original data lengths, and not the lengths of the encoded layer of an autoencoder (e.g., when the data length is 100 but the encoded layer is 25, the patch size should consider the encoded layer length but instead it considers the data length).

chadcwilliams commented 6 months ago

This is now fixed on 58-comparison-main-pip-CW. Will close when merged.

chadcwilliams commented 5 months ago

Merged to main