shingjan commented on code in PR #14963:
URL: https://github.com/apache/tvm/pull/14963#discussion_r1207192485
##########
python/tvm/relay/frontend/pytorch.py:
##########
@@ -1385,6 +1385,9 @@ def instance_norm(self, inputs, input_types):
data = inputs[0]
data_type = input_types[0]
channels = self.infer_shape(data)
+ running_mean = inputs[3]
Review Comment:
Is this a most recent api change from pytorch or a long ignored params on
our side? The former will need us to think about BC.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]