udpate
This commit is contained in:
@ -170,7 +170,6 @@ if __name__ == '__main__':
|
||||
img = transform(img)
|
||||
img = img.cuda()
|
||||
|
||||
|
||||
# from torchsummary import summary
|
||||
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
|
||||
model = ResnetFpn().to(device)
|
||||
|
Reference in New Issue
Block a user