class ValidationSummary extends Summary
Validation logger for tensorboard. Use optimize.setValidation to enable validation logger. Then the log will be saved to logDir/appName/Validation.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValidationSummary
- Summary
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ValidationSummary(logDir: String, appName: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addHistogram[T](tag: String, value: Tensor[T], step: Long)(implicit arg0: ClassTag[T], ev: TensorNumeric[T]): ValidationSummary.this.type
Add a histogram summary.
Add a histogram summary.
- tag
tag name.
- value
a tensor.
- step
current step.
- returns
this
- Definition Classes
- Summary
-
def
addScalar(tag: String, value: Float, step: Long): ValidationSummary.this.type
Add a scalar summary.
Add a scalar summary.
- tag
tag name.
- value
tag value.
- step
current step.
- returns
this
- Definition Classes
- Summary
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
close(): Unit
Close this logger.
Close this logger.
- Definition Classes
- Summary
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
val
folder: String
- Attributes
- protected
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
readScalar(tag: String): Array[(Long, Float, Double)]
ReadScalar by tag name.
ReadScalar by tag name. Optional tag name is based on ValidationMethod, "Loss", "Top1Accuracy" or "Top5Accuracy".
- tag
tag name.
- returns
an array of triple.
- Definition Classes
- ValidationSummary → Summary
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
val
writer: FileWriter
- Attributes
- protected
- Definition Classes
- ValidationSummary → Summary