SWALearningRateSchedule

lamp.data.SWA.SWALearningRateSchedule
See theSWALearningRateSchedule companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def constant(f: Double): SWALearningRateSchedule[Unit]
def cyclic(minFactor: Double, maxFactor: Double, cycleLength: Int): SWALearningRateSchedule[Unit]