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
您好,大佬,请教 example_train_seq2seq.py 中的训练数据问题,
src_max_len = max(len(x["src"]) for x in batch_data)
trg_max_len = max(len(x["trg"]) - 1 for x in batch_data)
我可以在图像描述的训练中使用它吗。src指向到图片地址,然后自己写解析src代码。感谢任何回复
The text was updated successfully, but these errors were encountered:
您好,大佬,请教 example_train_seq2seq.py 中的训练数据问题,
src_max_len = max(len(x["src"]) for x in batch_data)
trg_max_len = max(len(x["trg"]) - 1 for x in batch_data)
我可以在图像描述的训练中使用它吗。src指向到图片地址,然后自己写解析src代码。感谢任何回复
The text was updated successfully, but these errors were encountered: