Closed UnrealPawn closed 5 years ago
Hi~ I think there is a small problem in pairsampler.py. In pytorch ==1.0 works fine, but it's not work in pytorch == 1.2.
bool type can not opt with uint8 type In pytorch == 1.2 you can change like this to fix it . ^——^
@UnrealPawn Thanks for noticing me the updates on pytorch 1.2.0! I will update if it becomes a fatal issue.
Hi~ I think there is a small problem in pairsampler.py. In pytorch ==1.0 works fine, but it's not work in pytorch == 1.2.
bool type can not opt with uint8 type In pytorch == 1.2 you can change like this to fix it . ^——^