mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-02-02 14:02:38 +01:00
Merge 68955489b968ae0a687e279afb651b3b42e68444 into fb54d8b54984f89f7dba90a18e7c3048421464c3
This commit is contained in:
commit
f6d44c1ad3
@ -70,7 +70,7 @@ def get_learning_rate_decay_fn(params):
|
||||
global_step=global_step,
|
||||
decay_steps=params.decay_steps,
|
||||
end_learning_rate=params.end_learning_rate,
|
||||
power=params.polynomial_power if 'polynomial_power' in paramsv else 1.0,
|
||||
power=params.polynomial_power if 'polynomial_power' in paramsv else 0.5,
|
||||
)
|
||||
return polynomial_decay_fn
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user