Open alaneuler opened 1 year ago
I get same question here.
i tried both, change data[:, 0] = 1 to data[:, 0] = 0 should be right.
Skimmed through old version of "annotated-transformer" the
start_symbol
is 1: but changed to 0 afterwards. Should the code in methoddata_gen
also be changed to 0 for consistence?
Skimmed through old version of "annotated-transformer" the
start_symbol
is 1:but changed to 0 afterwards. Should the code in method
data_gen
also be changed to 0 for consistence?