forked from mindspore-Ecosystem/mindspore
!551 Modify wrong type description
Merge pull request !551 from fanglei/lrupdaetuple
This commit is contained in:
commit
15fa940b60
|
@ -32,7 +32,7 @@ def piecewise_constant_lr(milestone, learning_rates):
|
|||
|
||||
Args:
|
||||
milestone (Union[list[int], tuple[int]]): A list of milestone. This list is a monotone increasing list.
|
||||
learning_rates (Union[list[float], tuple[int]]): A list of learning rates.
|
||||
learning_rates (Union[list[float], tuple[float]]): A list of learning rates.
|
||||
|
||||
Returns:
|
||||
list[float]. The size of list is :math:`M_N`.
|
||||
|
|
Loading…
Reference in New Issue