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
replace by "collate_fn=NerDataset.pad,"
i know ,should be changed to collate_fn=NerDataset.pad,because the author use " collate_fn=NerDataset.pad" when load other data,i guess " collate_fn=pad" may be a mistake.
I think line 875 at function DataLoader, the collate_fn=pad should be collate_fn=NerDataset.pad ...
The text was updated successfully, but these errors were encountered: