Paweł Gajewski

Results 3 issues of Paweł Gajewski

Hi, while I was working with your code (I've rewritten it in Keras) I noticed one small detail about `vocab_size`: ``` vocab_size=len(vocab_processor.vocabulary_), ``` https://github.com/dennybritz/cnn-text-classification-tf/blob/18762b459e21d9c70e5c242f8d43fc4e6db37a0d/train.py#L88 Since we are padding sentences with...

There is an error: Unexpected extra form field named "salt". Wouldn't it be better to generate salt automaticly out of the box instead putting it to register form?

There is a warning at register action caused by 15 line in doAuthActions.class.php There is: $this->form->bind($request->getParameter('signin'), $request->getParameter('signin')) while the second parameter should be array of files. Changing this line to:...