Open akram-nejati opened 5 years ago
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")
hi. How did you convert fer 2013,csv into a file x_train.png ? What is path? what is local path?