Krish Sahu

Results 1 issues of Krish Sahu

AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in () 1 dummy_inputs = torch.rand(1, 3, 224, 224) ----> 2 flops, params = flopth(matcher, inputs=({"image0": feats0, "image1": feats1})) 3 print(flops, params) 1...