Question 14
Based on the above data, answer the given subquestions.
No effect — BatchNorm behaves identically in train and eval mode.
BatchNorm continues to use statistics from the current inference batch instead of the stored running statistics, so predictions can differ from proper evaluation-mode inference and can depend on batch composition.
The prediction will be correct but computed twice as slowly.