Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotImplementedError #127

Open
TingJiang0858 opened this issue Feb 6, 2024 · 0 comments
Open

NotImplementedError #127

TingJiang0858 opened this issue Feb 6, 2024 · 0 comments

Comments

@TingJiang0858
Copy link

Hello,

I am building fusion rule tester for a Pytorch model, when I am running tests/unit_test/test_fusion_rule_detector.py, it shows the NotImplementedError:
Screenshot from 2024-02-06 00-15-43

And when I go to the nn_meter/builder/backend_meta/fusion_rule_tester/build_torch_models.py, it shows like follows:
def _model_block(self):
raise NotImplementedError

def _model_relu_relu(self):
    raise NotImplementedError

def _model_dwconv_relu_relu(self):
    raise NotImplementedError

def _model_relu_dwconv(self):
    raise NotImplementedError

def _model_dwconv_relu(self):
    raise NotImplementedError

def _model_dwconv(self):
    raise NotImplementedError

So could you please tell me how to solve this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant