gabe-scorebreak

Results 2 issues of gabe-scorebreak

I want to convert a model to trt but I have a problem with `nn.AdaptiveMaxPool2d`. It seems like it only works for specific `kernel_size`. In my case its `(384, 384)`...

Hi, I want to convert `torch.nn.functional.log_softmax` to trt, however, some of my tests seem to fail and I don't know why. This is what I came up with: ```python from...