Closed don-tpanic closed 6 years ago
self.l1_lin = linear(tf.expand_dims(self.x, 0), self.embed_dim, bias=True, scope="l1") TypeError: _linear() got an unexpected keyword argument 'scope'
Thanks in advance!
It's always about version....
@don-tpanic did you find a solution?
self.l1_lin = linear(tf.expand_dims(self.x, 0), self.embed_dim, bias=True, scope="l1") TypeError: _linear() got an unexpected keyword argument 'scope'
Thanks in advance!