Closed sliedes closed 8 years ago
Try setting n_iter
or n_stable
to terminate in finite amount of time. Also try passing in a valid_size
to display validation error.
Ah, yes, that helps. Thank you! Perhaps it might be worth detecting n_iter=n_stable=valid_size=None if they always lead to an infinite loop?
Absolutely it is, that's why I left the ticket open :-) Thanks!
@alexjc Thanks, for the comments, this is helpful. I have a question about these parameters, and another more general question. Can you help with these two questions?
@bridgesra Will you post a new ticket with those specific questions? I don't want to mix the discussion here.
Sure! very detailed question formulated here https://github.com/aigamedev/scikit-neuralnetwork/issues/117
I realize I must be doing something really stupid here without realizing it, but I cannot get even the simple example in README.rst to work (everything in the example/ directory works, so my setup is presumably not broken).
Here's my code:
This program gets stuck in a loop, printing this output:
I realize there must be a user error here, but it would probably not hurt to throw an error instead of getting stuck in such a state.