tensorrt torch2trt遇到warning: encountered known unsupported method torch.max_pool3d问题的解决
问题截图解决方法需要自己对不支持的操作进行实现见官方文档的说明根据现有的converter 加入自己需求的改变#add a converter using the TensorRT python APIfrom torch2trt import tensorrt_converter,get_arg,add_missing_trt_tensors@tensorrt_converter('torch.nn.functional.max_pool3d')def convert_max_pool_