transformer-xl
transformer-xl copied to clipboard
Is There an Encoder Process?
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?
same problem, seems missing decoder in tf implementation