VITA-Group/SLaK

torch._six

plyu3 opened this issue · 0 comments

plyu3 commented

When i do pip install timm tensorboardX six, i did not receive error. However, when i start training, i received error:

from torch._six import inf
ModuleNotFoundError: No module named 'torch._six'

So is there a way to fix it? It seems that torch._six has been removed.