Skip to content

NotImplementedError #127

Open
Open
@TingJiang0858

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?

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