-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
In the forward
function of the models, the argument list goes something like forward(self, x, x_len, epoch, target_word, tokens):
. I understand that x
is the input and x_len
are the lengths. What do target_word
and tokens
mean?
Alternatively, would it be possible to provide some kind of training script to run the models?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels