Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

NotImplementedError #127

Description

@TingJiang0858

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions