mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
Change comment
This commit is contained in:
parent
2692d5f903
commit
41368f6b63
@ -26,9 +26,8 @@ import logging
|
|||||||
|
|
||||||
class LearnedGradient(Optimizer):
|
class LearnedGradient(Optimizer):
|
||||||
"""
|
"""
|
||||||
Implements 'Learned Gradient' update. It's a learned positive definite learning-rate
|
Implements 'Learned Gradient' update. It's special factorization of the
|
||||||
matrix for each dimension of each tensor, that we multiply the derivative by, and
|
parameter matrix..
|
||||||
then scale the delta/param-change before the update.
|
|
||||||
|
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user