fcos
fcos copied to clipboard
警告问题 warning problem
indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. how to avoid this warning when training?
I use pytorch 1.1.0 in my code. If you use the latest version, you can either omit the warning or replace torch.uint8 with torch.bool.