... X = X.astype('float32') X_train, X_test, y_train, y_test = train_test_split(X,y, test_size=0.3) model7.fit(X_train,y_train,epochs=25).
確定! 回上一頁