Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Training Number #42

Open
hjoshi123 opened this issue Aug 3, 2017 · 3 comments
Open

Training Number #42

hjoshi123 opened this issue Aug 3, 2017 · 3 comments

Comments

@hjoshi123
Copy link

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?
screen shot 2017-08-03 at 11 07 59 pm

@cristianccq
Copy link

cristianccq commented Oct 17, 2017

change the while loop, replace while 1 .... for while i in range(....

@ngragaei
Copy link

Hi,
I have the same problem. Which while loop to change?

@cristianccq
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants