Chaofan Chen

Results 1 issues of Chaofan Chen

https://github.com/harvardnlp/annotated-transformer/blob/debc9fd747bb2123160a98046ad1c2d4da44a567/the_annotated_transformer.py#L868 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))**