Description of the problem: It is possible to download wxPython 4.2.0 with python 3.11, but the installation fails with the following error. Collecting attrdict3==2.0 ...
I am trying to import a simple LSTM network converted from Pytorch to ONNX. The model imports and executes perfectly in both PyTorch and ONNX. When I try to import in ...