jia yi ge shufflenp.random.seed(200)np.random.shuffle(X_train)np.random.seed(200)np.random.shuffle(Y_train)设置一次seed,有效期只有一次意思 ...
確定! 回上一頁