Class/Object

org.clulab.dynet

TaskManager

Related Docs: object TaskManager | package dynet

Permalink

class TaskManager extends Configured

Manages the tasks in LstmCrfMtl

Linear Supertypes
Configured, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TaskManager
  2. Configured
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskManager(config: Config)

    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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def contains(argPath: String): Boolean

    Permalink
    Definition Classes
    Configured
  7. def debugTraversal(): Unit

    Permalink
  8. val epochPatience: Int

    Permalink

    Training patience in number of epochs

  9. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def getArgBoolean(argPath: String, defaultValue: Option[Boolean]): Boolean

    Permalink
    Definition Classes
    Configured
  13. def getArgFloat(argPath: String, defaultValue: Option[Float]): Float

    Permalink
    Definition Classes
    Configured
  14. def getArgInt(argPath: String, defaultValue: Option[Int]): Int

    Permalink
    Definition Classes
    Configured
  15. def getArgString(argPath: String, defaultValue: Option[String]): String

    Permalink
    Definition Classes
    Configured
  16. def getArgStrings(argPath: String, defaultValue: Option[Seq[String]]): Seq[String]

    Permalink
    Definition Classes
    Configured
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getConf: Config

    Permalink
    Definition Classes
    TaskManagerConfigured
  19. def getSentences(random: Random): Iterator[(Int, Array[Row])]

    Permalink

    Iterator over all sentences coming from all interleaved shards

  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. def indices: Range

    Permalink
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val maxEpochs: Int

    Permalink

    Total number of epochs

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. def parseType(inf: String): Int

    Permalink
  28. def readTask(taskNumber: Int): Task

    Permalink
    Attributes
    protected
  29. def readTasks(): Array[Task]

    Permalink

    Reads all tasks from disk in memory

    Reads all tasks from disk in memory

    Attributes
    protected
  30. val shards: Array[Shard]

    Permalink

    Training shards from all tasks

  31. val shardsPerEpoch: Int

    Permalink

    How many shards to have per epoch

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def taskCount: Int

    Permalink
  34. val tasks: Array[Task]

    Permalink

    Array of all tasks to be managed

  35. def toString(): String

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

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

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

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

Inherited from Configured

Inherited from AnyRef

Inherited from Any

Ungrouped