Wenhao Hu
Wenhao Hu
@kartk You should get an warning message says ``` UserWarning: Using the pooling op in compatibility mode.This means your graph cannot be serialized. Please configure your pooling operation to only...
@asarah-github I test master version of resnet50 from https://github.com/onnx/models/tree/master/resnet50 and it works....
@achalshah20 As warning says `Please configure your pooling operation to only use paddings that correspond to Tensorflow SAME or VALID padding.`. For example, in pytorch, if you set [1, 3,...
@lutianfei Try to remove `opset=8`.