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
Hi kvablack,
thanks for your great work! I'm using dlimp to read the OpenX dataset and train a model using huggingface Trainer for muti-GPU acceleration. In multi-GPU training, an issue involving serialization occurs when loading the dataset and starting the training. The following error is encountered:
Hi kvablack,
thanks for your great work! I'm using
dlimp
to read the OpenX dataset and train a model usinghuggingface Trainer
for muti-GPU acceleration. In multi-GPU training, an issue involving serialization occurs when loading the dataset and starting the training. The following error is encountered:I believe the issue lies in the serialization of the
dlimp Dataset
ortf Dataset
. Could you provide any solution or suggestions?Many Thanks! 🤗
The text was updated successfully, but these errors were encountered: