not true
This commit is contained in:
parent
5b6fd6259f
commit
c964f143d2
1 changed files with 0 additions and 3 deletions
|
@ -1331,9 +1331,6 @@ class SGDR(Learner):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
class TriangularCLR(Learner):
|
class TriangularCLR(Learner):
|
||||||
# note: i haven't actually read (nor seen) the paper(s) on CLR,
|
|
||||||
# but this case (triangular) should be pretty difficult to get wrong.
|
|
||||||
|
|
||||||
per_batch = True
|
per_batch = True
|
||||||
|
|
||||||
def __init__(self, optim, epochs=400, upper_rate=None, lower_rate=0,
|
def __init__(self, optim, epochs=400, upper_rate=None, lower_rate=0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue