public class ParallelWrapper extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ParallelWrapper.Builder |
Modifier | Constructor and Description |
---|---|
protected |
ParallelWrapper(Model model,
int workers,
int prefetchSize) |
Modifier and Type | Method and Description |
---|---|
void |
fit(org.nd4j.linalg.dataset.api.iterator.DataSetIterator source)
This method takes DataSetIterator, and starts training over it by scheduling DataSets to different executors
|
protected ParallelWrapper(Model model, int workers, int prefetchSize)
Copyright © 2016. All Rights Reserved.