Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Brookhart committed Sep 8, 2020
1 parent a590ebf commit 26c2571
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 @@ -897,7 +897,7 @@ def _impl_v9(cls, inputs, attr, params):
scale_h = scales[-2]
scale_w = scales[-1]
scale_d = scales[-3]

layout = 'NCDHW'
out = _op.nn.upsampling3d(inputs[0],
scale_d,
Expand Down

0 comments on commit 26c2571

Please sign in to comment.