You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
So could you please tell me how to solve this error?
The text was updated successfully, but these errors were encountered: