The GitHub Actions job "Nightly Docker Update" on tvm.git/main has failed.
Run started by GitHub user areusch (triggered by areusch).

Head commit for run:
5dc4e785d98892d4061b5c95d741f44b81261bf4 / Asuka 
<[email protected]>
[Relax] Fix batch normalization computation logic (#18609)

Dear reviewers,

**Why**
The previous implementation of batch_norm incorrectly conflated the
computation of mean and variance between training and evaluation modes.
Additionally, for '_native_batch_norm_legit.no_statsā€˜, using
instance_norm to handle normalization ignored the batch dimension,
leading to incorrect behavior.

**How**
This PR includes the following fixes:
1. Corrects the computation logic to properly distinguish between
training and evaluation modes.
2. Ensures the batch dimension is properly accounted for in
`_batch_norm_legit_no_stats`.

**Environment**
GPU: NVIDIA A100-SXM4-80GB

Report URL: https://github.com/apache/tvm/actions/runs/20531498829

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to