-
|
Hello, I encountered an error in my project when I tried to apply a feature transform in MIONet: "RuntimeError: mat1 and mat2 shapes cannot be multiplied (1000x1 and 6x100)" My feature transform was supposed to send my trunk network input to a MxNx6 array. I noticed that in the MIONet PyTorch the code says the following: After changing this to I no longer had any issues. Is this a potential typo? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
The code looks correct. deepxde/deepxde/nn/pytorch/deeponet.py Line 52 in 26860b1 Can you point out the code? |
Beta Was this translation helpful? Give feedback.
Yes, you are right. It is a bug. Do you want to submit a PR to fix this?