lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 73 forks source link

Validation #21

Closed kadarakos closed 10 years ago

kadarakos commented 10 years ago

I like to set the validation to 1 so that I get a very clear picture about how the model is doing in every epoch, but it seems to me the for the HF trainer i cannot set the validation. If in the experimenter i give the argument validation=1 i get an error message that the train() function recieves two values for the 'validation' key.

lmjohns3 commented 10 years ago

Yes, you need to use validate=1 instead of validation=1 when setting up the HF trainer.