Skip to content

Commit

Permalink
missing bounds, copy pasta!
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewZhaoLuo committed Jun 25, 2021
1 parent 2e2f3dd commit 41bd233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/frontend/onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -2300,7 +2300,7 @@ def _impl_v7(cls, inputs, attr, params):
if isinstance(betas, float):
betas = [betas]
acts = []
for i in range(2):
for i in range(2 * num_directions):
alpha = None
beta = None
activation = activations[i]
Expand Down

0 comments on commit 41bd233

Please sign in to comment.