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
{{ message }}
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
imagenet example - address comments (use makedirs, use io.BytesIO/torch.save,load instead of pickle)
Summary:
Addressing comments from D20956704.
1. Use makedirs instead of mkdir
2. Use io.BytesIO + torch.save,load instead of pickle + bytearray
3. Set pg timeout == 10sec to prevent NCCL hang issues (watchdog kicks in at 10sec intervals)
Reviewed By: tierex
Differential Revision: D20959778
fbshipit-source-id: 1808f7852d65a5404802415fdd5a3fa0f1aa2f37
0 commit comments