maelfabien/Multimodal-Emotion-Recognition

akram nejati

akram-nejati opened this issue · 1 comments

hi.
How did you convert fer 2013,csv into a file x_train.png ?
What is path?
what is local path?

hi.
How did you convert fer 2013,csv into a file x_train.npy ?
What is path?
what is local path?
X_train = np.load(local_path + "X_train.npy")
X_test = np.load(local_path + "X_test.npy")
y_train = np.load(local_path + "y_train.npy")
y_test = np.load(local_path + "y_test.npy")