The code gives tons of warning of Deprecations "Warning: maskedfill received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead." The warnings mess up the layout of output messages.
It is just too painful for a user to scrutinize the code piece by piece for this warning. Please fix it. Appreciated!
The code gives tons of warning of Deprecations "Warning: maskedfill received a mask with dtype torch.uint8, this behavior is now deprecated,please use a mask with dtype torch.bool instead." The warnings mess up the layout of output messages.
It is just too painful for a user to scrutinize the code piece by piece for this warning. Please fix it. Appreciated!
Edit: Solved by backing to Pytorch 1.1.