Nigel Fernandez

Results 4 comments of Nigel Fernandez

To enable dropout at test time, have a look at https://github.com/keras-team/keras/issues/9412 and https://github.com/keras-team/keras/issues/1606

I got the same import error after installing: `ImportError: /usr/local/lib/python2.7/dist-packages/pyyolo.so: undefined symbol: cvWaitKey` I attempted another clean install which worked. The following steps were performed: - modified the Makefile to...

Isn't line 174 `eij = K.tanh(K.dot(x, self.W))` in textClassifierHATT.py implementing the one-layer MLP to get u_it as hidden representation of h_it before computing the attention weights? If yes, then why...

This work is in progress.