You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in file conv_net_sentence.py at line 215
exp_sqr_grads[param] = theano.shared(value=as_floatX(empty),name="exp_grad_%s" % param.name)
why not set borrow = True
The text was updated successfully, but these errors were encountered:
in file conv_net_sentence.py at line 215
exp_sqr_grads[param] = theano.shared(value=as_floatX(empty),name="exp_grad_%s" % param.name)
why not set borrow = True
The text was updated successfully, but these errors were encountered: