JeffersonLPLima / adversarial_oversampling

Heartbeat Anomaly Detection using Adversarial Oversampling
12 stars 3 forks source link

where are npy files ? #1

Open czbebe opened 4 years ago

czbebe commented 4 years ago

Dear developer,

In gan_model.py, following two files are necessary. X_train = np.load('new_minority_types_croppedX2.npy') y_train = np.load('new_minority_types_croppedy2.npy') Where I can get two .npy files ?

Regards,

Oka

czbebe commented 4 years ago

Dear developer,

Also, X_train.npy, y_train.npy, X_test.npy and y_test.npy in model.py. Sorry, I am not familia with ECG data.

Oka