Closed lixiang007666 closed 2 years ago
input = torch.randn(1, 3, 224, 224)
replace with
input = torch.randn(1, 3, 224, 224) #.to("cuda")
replace with