AutoResearch / EEG-GAN

Other
19 stars 0 forks source link

Advice #106

Open Brandoncheaa opened 1 month ago

Brandoncheaa commented 1 month ago

I am trying to implement your model to generate synthetic data on the Sleep-EDF-dataset, however the file provided doesn't have any conditions how would you suggest I go about implementing it? The data itself is formatted as such, Time,1,2,3,4,5,6,7 followed by various signals in the columns below, the time values are incremented by 0.01 I only really care about the values in column one since we are focusing on that specific channel.

Brandoncheaa commented 1 month ago

I would also like to note that the data I am referring to has a shape of (7950000, 8) but only care about channel 1.