transformer-xl icon indicating copy to clipboard operation
transformer-xl copied to clipboard

Is There an Encoder Process?

Open stormsunshine opened this issue 6 years ago • 1 comments

When I look at the code of Transformer-XL for TensorFlow, in model.py, in function "transformer", the parameters contain "dec_inp", which seems to be the decoder input. I can't find the parameters for encoder in the code file. Is there an encoder process? If so, where is the encoder process?

stormsunshine avatar Apr 21 '19 01:04 stormsunshine

same problem, seems missing decoder in tf implementation

qiusuor avatar Jul 24 '19 14:07 qiusuor