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
while i < training_iters: #training_iters
model.fit(trainX, trainY, n_epoch=10,show_metric=True, validation_set=(testX, testY),
batch_size=batch_size)
_y=model.predict(X)
i = i + 1
The Training keeps going on and on no matter what...I set the training_iters value to 3000 still it keeps going on .. what is the reason?
The text was updated successfully, but these errors were encountered: