You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: