@@ -57,3 +57,7 @@ Unmatched variables on both sides will be printed as a warning.
Note that the above methods only prevent variables being updated by SGD.
Some variables may be updated by other means,
e.g., BatchNorm statistics are updated through the `UPDATE_OPS` collection and the [RunUpdateOps](../modules/callbacks.html#tensorpack.callbacks.RunUpdateOps) callback.
## My training is slow!
Checkout the [Performance Tuning tutorial](performance-tuning.html)