You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I found a bug in the sockeye.train.create_data_iters_and_vocabs function.
If I understand the code correctly, I suspect lines 388 and 390 should be: source_factor_vocab_same_as_source=args.source_factors_use_source_vocab and target_factor_vocab_same_as_target=args.target_factors_use_target_vocab,
rather than what they are now. (҂◡_◡)
Is that correct?
Thanks!
I.P.
The text was updated successfully, but these errors were encountered:
I think I found a bug in the sockeye.train.create_data_iters_and_vocabs function.
If I understand the code correctly, I suspect lines 388 and 390 should be:
source_factor_vocab_same_as_source=args.source_factors_use_source_vocab
andtarget_factor_vocab_same_as_target=args.target_factors_use_target_vocab
,rather than what they are now. (҂◡_◡)
Is that correct?
Thanks!
I.P.
The text was updated successfully, but these errors were encountered: