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 got an assert in relu.py, line 227:
assert self.alpha_lookup_idx is None or self.alpha_lookup_idx[start_node.name] is None
It already mentioned here: #26 (comment)
Here my ONNX graph:
There is no 2 consecutive linear layers, as described in early issue, so what can be cause to this assert?
Thanks!
The text was updated successfully, but these errors were encountered:
I got an assert in relu.py, line 227:
assert self.alpha_lookup_idx is None or self.alpha_lookup_idx[start_node.name] is None
It already mentioned here:
#26 (comment)
Here my ONNX graph:
There is no 2 consecutive linear layers, as described in early issue, so what can be cause to this assert?
Thanks!
The text was updated successfully, but these errors were encountered: