leeqiaogithub
leeqiaogithub
> > You can find the link to download weights in readme. > > `**_**Pre-trained weights**_** > > I've ported the VGG16 weights from PyTorch to keras; this means the...
> When I try to export pytorch translation model in the format of onnx(opset_version=12), an error is raised: RuntimeError: Exporting the operator triu to ONNX opset version 12 is not...
> I can't export my pytorch model expect opset_version=14. And when I try to export_graph I get the same error "BackendIsNotSupposedToImplementIt: Squeeze version 13 is not implemented." > > Currently,...
Currently, I'm on onnx-tf 1.10.0, onnx 1.13.0, tensorflow 2.6.0.
+1 same problem
@alain40 I found the solution. reference: https://stackoverflow.com/questions/42616625/valueerror-tensor-must-be-from-the-same-graph-as-tensor-with-bidirectinal-rnn-i
+1,same question.