Object/Class

org.platanios.tensorflow.api.learn.estimators

Estimator

Related Docs: class Estimator | package estimators

Permalink

object Estimator

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Estimator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ModelFunction[IT, IO, ID, IS, I, TT, TO, TD, TS, EI] extends AnyRef

    Permalink
  2. case class SupervisedModelFunction[IT, IO, ID, IS, I, TT, TO, TD, TS, T](function: (Configuration) ⇒ SupervisedTrainableModel[IT, IO, ID, IS, I, TT, TO, TD, TS, T]) extends ModelFunction[IT, IO, ID, IS, I, (IT, TT), (IO, TO), (ID, TD), (IS, TS), (I, T)] with Product with Serializable

    Permalink
  3. trait SupportedInferInput[InferInput, InferOutput, T, O, D, S, ModelInferenceOutput] extends AnyRef

    Permalink
  4. case class UnsupervisedModelFunction[IT, IO, ID, IS, I](function: (Configuration) ⇒ UnsupervisedTrainableModel[IT, IO, ID, IS, I]) extends ModelFunction[IT, IO, ID, IS, I, IT, IO, ID, IS, I] with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object SupportedInferInput

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getReplicaDeviceSetter(configuration: Configuration): Option[ReplicaDevicePlacer]

    Permalink

    Creates a replica device setter, if required, to be used as a default device function.

    Creates a replica device setter, if required, to be used as a default device function.

    Estimators use a ReplicaDevicePlacer as a default device placer. It sets the distributed related arguments such as the number of parameter server replicas based on the provided run configuration.

    configuration

    Configuration.

    returns

    Constructed replica device placer.

  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def monitoredTrainingSession(configuration: Configuration = Configuration(), hooks: Set[Hook] = Set.empty, chiefOnlyHooks: Set[Hook] = Set.empty, sessionScaffold: SessionScaffold = SessionScaffold()): MonitoredSession

    Permalink

    Creates a MonitoredSession to be used for training.

    Creates a MonitoredSession to be used for training.

    For a chief, this utility sets proper session initializers, savers, and restorers. It also creates hooks related to checkpoint and summary saving. For workers, this utility method sets the proper session creator which waits for the chief to initialize or restore the session. Please refer to MonitoredSession for more information.

    NOTE: If you provide any summary saver or checkpoint saver hooks in hooks or chiefOnlyHooks, then the checkpoint configuration in configuration will be ignored for the chief and those hooks will be used instead.

    configuration

    Configuration to use for this session. Contains information related to the session configuration, the cluster configuration, etc.

    hooks

    Hooks to use while training.

    chiefOnlyHooks

    Hooks to use for the chief. These will only be used if isChief is true.

    sessionScaffold

    Session scaffold used for gathering and/or building supportive ops. If not specified, a default one is created. The session scaffold is used to finalize the graph.

    returns

    Created monitored session.

  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped