public interface BaseModelConfig
| Modifier and Type | Method and Description |
|---|---|
int |
getBatchSize()
Gets the batch size
|
int |
getNumEpochs()
Gets the number of epochs to train the model
|
java.lang.Long |
getSeed()
Gets the random seed
|
boolean |
isShuffle()
Gets whether the model will shuffle or not
|
void |
setLoss(java.lang.Double loss)
Sets the loss after training
|
int getBatchSize()
int getNumEpochs()
java.lang.Long getSeed()
boolean isShuffle()
void setLoss(java.lang.Double loss)
loss - the value of the training loss