This commit is contained in:
Connor Olding 2017-09-25 07:12:19 +00:00
parent 5b6fd6259f
commit c964f143d2

View File

@ -1331,9 +1331,6 @@ class SGDR(Learner):
return True
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
def __init__(self, optim, epochs=400, upper_rate=None, lower_rate=0,