Files
Nir Sonnenschein 407708cdb6 add support for tensor learning rate (vs scalar) (#7633)
This change is intended to help enable support for using a tensor
learning rate value vs a scalar ones.
We found this helpful in cases where the optimizer is torch.compiled (in
such cases changing the scalar LR value could cause recompilation
degrading the performance).
The implementation allows the model script to determine the type of LR
value used by setting the initial value.

Co-authored-by: Masahiro Tanaka <81312776+tohtana@users.noreply.github.com>
2025-10-20 05:32:29 +00:00
..
2025-09-02 14:24:48 -04:00
2025-02-05 00:56:50 +00:00
2025-08-27 14:07:29 -04:00
2025-08-16 18:22:19 +00:00
2025-08-16 18:22:19 +00:00
2025-08-27 14:07:29 -04:00
2025-08-16 18:22:19 +00:00
2025-10-13 12:19:18 -04:00