public class WorkerConfiguration
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
batchSizePerWorker |
protected boolean |
collectTrainingStats |
protected int |
dataSetObjectSizeExamples |
protected boolean |
isGraphNetwork |
protected int |
maxBatchesPerWorker |
protected int |
prefetchNumBatches |
Constructor and Description |
---|
WorkerConfiguration() |
protected final boolean isGraphNetwork
protected final int dataSetObjectSizeExamples
protected final int batchSizePerWorker
protected final int maxBatchesPerWorker
protected final int prefetchNumBatches
protected final boolean collectTrainingStats