cgpotts / cs224u

Code for Stanford CS224u

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tf_model_base.py: hidden_activation hardcoded

yjianqing opened this issue · comments

In line 35 of tf_model_base.py, self.hidden_activation is initialized hardcoded to tf.nn.tanh instead of taking the parameter value.

Thank you for catching this, and my apologies for overlooking it until now – I didn't have my repo notifications set up properly!