pydeeplearn icon indicating copy to clipboard operation
pydeeplearn copied to clipboard

serial validation set

Open snurkabill opened this issue 9 years ago • 2 comments

tell me your opinion please, it can be done for other neural netoworks (or there could be some abstraction for common methods :) )

snurkabill avatar Sep 11 '15 20:09 snurkabill

There is a problem with this code. The data is no longer shuffled if there is no validation performed. It is important not to change that.

Please add another method in which the training is deterministic (I guess that is what you are looking for).

mihaelacr avatar Sep 17 '15 19:09 mihaelacr

ah, ofc! should be fixed now :)

snurkabill avatar Sep 27 '15 13:09 snurkabill