Packages

case class TrainParams(folder: String = "./", checkpoint: Option[String] = None, modelSnapshot: Option[String] = None, stateSnapshot: Option[String] = None, optnet: Boolean = false, depth: Int = 20, classes: Int = 10, shortcutType: String = "A", batchSize: Int = 128, nepochs: Int = 165, learningRate: Double = 0.1, weightDecay: Double = 1e-4, momentum: Double = 0.9, dampening: Double = 0.0, nesterov: Boolean = true, graphModel: Boolean = false, warmupEpoch: Int = 0, maxLr: Double = 0.0, optimizerVersion: Option[String] = None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TrainParams
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TrainParams(folder: String = "./", checkpoint: Option[String] = None, modelSnapshot: Option[String] = None, stateSnapshot: Option[String] = None, optnet: Boolean = false, depth: Int = 20, classes: Int = 10, shortcutType: String = "A", batchSize: Int = 128, nepochs: Int = 165, learningRate: Double = 0.1, weightDecay: Double = 1e-4, momentum: Double = 0.9, dampening: Double = 0.0, nesterov: Boolean = true, graphModel: Boolean = false, warmupEpoch: Int = 0, maxLr: Double = 0.0, optimizerVersion: Option[String] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val batchSize: Int
  6. val checkpoint: Option[String]
  7. val classes: Int
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. val dampening: Double
  10. val depth: Int
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val folder: String
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val graphModel: Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val learningRate: Double
  18. val maxLr: Double
  19. val modelSnapshot: Option[String]
  20. val momentum: Double
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val nepochs: Int
  23. val nesterov: Boolean
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val optimizerVersion: Option[String]
  27. val optnet: Boolean
  28. val shortcutType: String
  29. val stateSnapshot: Option[String]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. val warmupEpoch: Int
  35. val weightDecay: Double

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped