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
Has anyone tried to convert the NeuralRecon model to onnx format? I remove the DataParallel before conversion (the DataParallel is reported to cause onnx exportion problem) but still facing errors like: "RuntimeError: 0 INTERNAL ASSERT FAILED at "/opt/conda/conda-bld/pytorch_1656352657443/work/torch/csrc/jit/ir/alias_analysis.cpp":608, please report a bug to PyTorch. We don't have an op for aten::eq but it isn't a special case. Argument types: Tensor, bool,"
The text was updated successfully, but these errors were encountered:
Hi team:
Has anyone tried to convert the NeuralRecon model to onnx format? I remove the DataParallel before conversion (the DataParallel is reported to cause onnx exportion problem) but still facing errors like: "RuntimeError: 0 INTERNAL ASSERT FAILED at "/opt/conda/conda-bld/pytorch_1656352657443/work/torch/csrc/jit/ir/alias_analysis.cpp":608, please report a bug to PyTorch. We don't have an op for aten::eq but it isn't a special case. Argument types: Tensor, bool,"
The text was updated successfully, but these errors were encountered: