TrainMode
=========
Puts the model or node into training mode (enabling dropout, batch norm updating).
**Abstract Signature:**
``TrainMode(node)``
.. raw:: html
PyTorch
API:—
Strategy:Macro '{node}.train()'
JAX (Core)
API:—
Strategy:Custom / Partial
Keras
API:—
Strategy:Macro 'setattr({node}, 'trainable', True) or {node}'