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
thanks for your lightning fast (accelerated) reply ;) regarding #24028, I'm currently debugging what's causing the issue
Setup:
A custom callback to log embeddings, the data collator in the Trainer is wrapped to extract ids of each sample in a batch
Error:
The wrapped data collation works fine except in the last step
How to reproduce?
See reproduction tab
Currently this is the example I can show for reproduction.
My first guess, it's related to multiprocessing. It seems like the custom collator is not called in the last step.
But will give more details or a possible solution soon.
System Info
Hey @muellerzr,
thanks for your lightning fast (accelerated) reply ;) regarding #24028, I'm currently debugging what's causing the issue
Setup:
Error:
How to reproduce?
See reproduction tab
Currently this is the example I can show for reproduction.
My first guess, it's related to multiprocessing. It seems like the custom collator is not called in the last step.
But will give more details or a possible solution soon.
Who can help?
@muellerzr
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
Test should finish collating each step
The text was updated successfully, but these errors were encountered: