Open newebug opened 10 years ago
The MagicNet will never stop - the idea is that the longer it runs the better its predictions will be. You have to decide for yourself when you want to stop training. The first time the MagicNet is ready to predict is when it first calls finishedBatch callback, and every time the callback is called, its predictions will improve. Just stop when you get impatient.
Thanks for quick reply.
I train it with less than 40 records data, it will fire finishedBatch quickly, when I train it with 100+ records data, it won't finish after 100+ hours, is these normal?
I try to train magicnet on a simple data set, about 100 data records, it run over 100+ hours and seems will run forever without return. When I input less than 40 records, it would work fine.