GithubHelp home page GithubHelp logo

Comments (9)

JohnMasoner avatar JohnMasoner commented on June 1, 2024 1

I was able to reproduce it, the problem is in the PyTorch tracing mechanism. The fastest and simplest solution is to update your PyTorch to 1.13.x (if it possible for you).

Many Thanks @senysenyseny16,

I updated the PyTorch to 1.13.1 to solve this problem.

from onnx2torch.

JohnMasoner avatar JohnMasoner commented on June 1, 2024

I temporarily set spatial rank to 2 and solved my problem. But this is obviously a temporary solution and I am looking for options to solve it.

from onnx2torch.

JohnMasoner avatar JohnMasoner commented on June 1, 2024

I've just looked at #121 and this seems to be the same issue.

from onnx2torch.

senysenyseny16 avatar senysenyseny16 commented on June 1, 2024

Hi @JohnMasoner

Could you check conversion with onnx2torch==1.5.6?

pip install onnx2torch==1.5.6

from onnx2torch.

JohnMasoner avatar JohnMasoner commented on June 1, 2024

Hi @JohnMasoner

Could you check conversion with onnx2torch==1.5.6?

pip install onnx2torch==1.5.6

Thank you @senysenyseny16
I still got the same bug.

from onnx2torch.

senysenyseny16 avatar senysenyseny16 commented on June 1, 2024

I was able to reproduce it, the problem is in the PyTorch tracing mechanism.
The fastest and simplest solution is to update your PyTorch to 1.13.x (if it possible for you).

from onnx2torch.

senysenyseny16 avatar senysenyseny16 commented on June 1, 2024

Also, I think the torch.export in PyTorch 1.12.x slightly breaks the model:

❯ python3 /venv39/lib/python3.9/site-packages/onnxruntime/tools/symbolic_shape_infer.py --input monai_1_12.onnx --output monai_1_12_infer.onnx
Traceback (most recent call last):
  File ".../symbolic_shape_infer.py", line 2411, in <module>
    out_mp = SymbolicShapeInference.infer_shapes(
  File ".../symbolic_shape_infer.py", line 2347, in infer_shapes
    raise Exception("Incomplete symbolic shape inference")
Exception: Incomplete symbolic shape inference

On PyTorch 1.13.x shape inference works as expected.

from onnx2torch.

tan-may16 avatar tan-may16 commented on June 1, 2024

Hello, I am facing a similar issue. But following the above discussion is not working. This is the error I am getting:
NotImplementedError: BatchNorm operation with spatial rank == -2 is not implemented

please let me know what could be done to resolve the issue. Thank you.

from onnx2torch.

RainFrost1 avatar RainFrost1 commented on June 1, 2024

Hello, I am facing a similar issue. But following the above discussion is not working. This is the error I am getting: NotImplementedError: BatchNorm operation with spatial rank == -2 is not implemented

please let me know what could be done to resolve the issue. Thank you.

Have you find a solution?

from onnx2torch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.