Open
Description
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:
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
Labels
No labels