Open hjoshi123 opened 7 years ago
change the while loop, replace while 1 .... for while i in range(....
Hi, I have the same problem. Which while loop to change?
hi, something like this
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?