From c964f143d247236190ed02a8cb9c2562e3cf0c6c Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 25 Sep 2017 07:12:19 +0000 Subject: [PATCH] not true --- onn_core.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/onn_core.py b/onn_core.py index 48da458..54fa015 100644 --- a/onn_core.py +++ b/onn_core.py @@ -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,