You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to convert the model to ONNX using torch.onnx.export() function but script gets 'Killed' abruptly which I am guessing is the memory error. I also looked at nobuco to convert it to Keras but that gives me a weird error:
Hi, I am trying to convert the model to ONNX using
torch.onnx.export()
function but script gets 'Killed' abruptly which I am guessing is the memory error. I also looked at nobuco to convert it to Keras but that gives me a weird error:TypeError: _InstanceNorm.__init__() missing 1 required positional argument: 'num_features'
Python version: 3.10
Torch version: 2.1.1
Any tips? Was someone successfully able to convert the model to ONNX or Tensorflow?
Thank you!
The text was updated successfully, but these errors were encountered: