-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
In model.py line 114
decoder = tx.tf.modules.TransformerDecoder(embedding=tgt_embedding,
hparams=dcoder_config)
I am getting a type error that there is an unexpected keyword embedding passed into the TransformerDecoder. How did people resolve this? I see that the Transformer Decoder takes in (vocab_size=None, output_layer=None, hparams=None). So I'm not sure what the embedding refers to here.
Any guidance would be appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels