carpedm20 / variational-text-tensorflow

TensorFlow implementation of Neural Variational Inference for Text Processing
MIT License
541 stars 77 forks source link

TypeError: _linear() got an unexpected keyword argument 'scope' #6

Closed don-tpanic closed 6 years ago

don-tpanic commented 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!

don-tpanic commented 6 years ago

It's always about version....

rana-alshaikh commented 5 years ago

@don-tpanic did you find a solution?