-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
| memory, src_mask, ys, subsequent_mask(ys.size(1)).type_as(src.data) |
Is there a problem with the parameters passed in here? It should be
out = test_model.decode(ys,memory, src_mask, subsequent_mask(ys.size(1)).type_as(src.data)) ,
not
out = test_model.decode(memory, src_mask, ys, subsequent_mask(ys.size(1)).type_as(src.data))
Metadata
Metadata
Assignees
Labels
No labels