We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
save_mean
save_rstd
aten._native_batch_norm_legit*
According to https://github.com/pytorch/pytorch/blob/d0fd42eb3ac6939e63879bc055b6901103f713d3/torch/_decomp/decompositions.py#L1767, aten._native_batch_norm_legit* need to return additional two tensor save_mean and save_rstd in training mode.
The current batch_norm conversion only supports returning batch_norm value tensor.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
According to https://github.com/pytorch/pytorch/blob/d0fd42eb3ac6939e63879bc055b6901103f713d3/torch/_decomp/decompositions.py#L1767,
aten._native_batch_norm_legit*
need to return additional two tensorsave_mean
andsave_rstd
in training mode.The current batch_norm conversion only supports returning batch_norm value tensor.
The text was updated successfully, but these errors were encountered: