arya-none
arya-none
Hi @asa008 I have met the same problem,when convert tensorflow to pytorch, do you resolve it? Thank you
Dear @rainLiuplus would you help to figure out,whats the problem? since i found "MaxPoolWithArgmax" exist in tensorflow documentation. when use mmdnn convert, it shew me "Tensorflow has not supported operator...
when use 0.2.0, there's a new error: output_var = model(input_var) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) File "/usr/local/python3.7.5/lib/python3.7/site-packages/torchvision/models/resnet.py", line 139, in forward x = self.conv1(x) File...