facebookresearch / XLM

PyTorch original implementation of Cross-lingual Language Model Pretraining.
Other
2.87k stars 495 forks source link

How to fix the batch #320

Open hcd7434 opened 3 years ago

hcd7434 commented 3 years ago

First training torch.Size([22, 89, 1024]) Second training torch.Size([46, 44, 1024]) How to fix the batch? Hope to answer?