When I run the code python TrainMambaNO.py, I got the following error:
from CNOModule import LiftProjectBlock ModuleNotFoundError: No module named 'CNOModule'
It seems like your code depends on CNOModule which cannot be installed using pip install CNOModule. I believe this is a bug, because it might be a submodule in the repo https://github.com/camlab-ethz/ConvolutionalNeuralOperator
When I run the code
python TrainMambaNO.py, I got the following error:from CNOModule import LiftProjectBlock ModuleNotFoundError: No module named 'CNOModule'It seems like your code depends on CNOModule which cannot be installed using
pip install CNOModule. I believe this is a bug, because it might be a submodule in the repo https://github.com/camlab-ethz/ConvolutionalNeuralOperator