com.yahoo.ml.caffe

Config

class Config extends Serializable

CaffeOnSpark configuration

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Config
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Config(sc: SparkContext, args: Array[String])

  2. new Config(sc: SparkContext)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def clusterSize: Int

    Get # of executors in the cluster

  9. def clusterSize_=(value: Int): Unit

    Set # of executors in the cluster

  10. def connection: Int

    Get network interface for connection among Spark executors.

    Get network interface for connection among Spark executors. 0 : NONE, 1: RDMA, 2: SOCKET

  11. def connection_=(value: Int): Unit

    Set network interface for connection among Spark executors.

    Set network interface for connection among Spark executors. 0 : NONE, 1: RDMA, 2: SOCKET

  12. def devices: Int

    Get # of GPUs/CPUs per Spark executor

  13. def devices_=(value: Int): Unit

    Set # of GPUs/CPUs per Spark executor

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

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

    Definition Classes
    AnyRef → Any
  16. def features: Array[String]

    Get blob names of feature output blobs

  17. def features_=(value: Array[String]): Unit

    Set blob names of feature output blobs

  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. def imageRoot: String

    Get the path of input image folder

  22. def imageRoot_=(value: String): Unit

    Set the path of input image folder

  23. def isFeature: Boolean

    true if we perform feature extraction

  24. def isFeature_=(value: Boolean): Unit

    flag indicate whether we want to perform feature extraction or not

  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isRddPersistent: Boolean

    True if training RDD should be persistent

  27. def isRddPersistent_=(value: Boolean): Unit

    Set flag indicate whether training RDD should be persistent or not

  28. def isTest: Boolean

    true if we perform model test

  29. def isTest_=(value: Boolean): Unit

    Set flag indicate whether we want to perform model test or not

  30. def isTraining: Boolean

    true if we perform model training

  31. def isTraining_=(value: Boolean): Unit

    Set flag indicate whether we want to perform model training or not

  32. def label: String

    Get label blob name

  33. def labelFile: String

    Get the input label file

  34. def labelFile_=(value: String): Unit

    Set the input label file

  35. def label_=(value: String): Unit

    Set label blob name

  36. def lmdb_partitions: Int

    Get number of LMDB partitions

  37. def lmdb_partitions_=(value: Int): Unit

    Set number of LMDB partitions

  38. def log: Logger

  39. def modelPath: String

    Get HDFS path for model file

  40. def modelPath_=(value: String): Unit

    Set HDFS path for model file

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

    Definition Classes
    AnyRef
  42. def netParam: NetParameter

    Network parameter

  43. final def notify(): Unit

    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  45. def outputFormat: String

    Get output dataframe format.

  46. def outputFormat_=(value: String): Unit

    Set output dataframe format.

  47. def outputPath: String

    Get HDFS path for output file for test results etc

  48. def outputPath_=(value: String): Unit

    Set HDFS path for output file for test results etc

  49. def protoFile: String

    Get file location of solver protocol file

  50. def protoFile_=(value: String): Unit

    Set file location of solver protocol file

  51. def resize: Boolean

    true if input image will be resized

  52. def resize_=(value: Boolean): Unit

    Set flag for resizing input image

  53. def snapshotModelFile: String

    Get HDFS path for snapshot models

  54. def snapshotModelFile_=(value: String): Unit

    Set HDFS path for snapshot models

  55. def snapshotStateFile: String

    Get HDFS path for snapshot states

  56. def snapshotStateFile_=(value: String): Unit

    Set HDFS path for snapshot states

  57. def solverParameter: SolverParameter

    Solver parameter

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

    Definition Classes
    AnyRef
  59. def test_data_layer_id: Int

    Set layer ID of training data source

  60. def toString(): String

    Definition Classes
    Config → AnyRef → Any
  61. def train_data_layer_id: Int

    Get layer ID of training data source

  62. def transform_thread_per_device: Int

    Get # of transformer threads per device

  63. def transform_thread_per_device_=(value: Int): Unit

    Set # of transformer threads per device

  64. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped