Interface | Description |
---|---|
GradientsAccumulator | |
MessageHandler |
This interface describes communication primitive for GradientsAccumulator
PLEASE NOTE: All implementations of this interface must be thread-safe.
|
Registerable |
Class | Description |
---|---|
BasicGradientsAccumulator |
This class provides accumulation for gradients for both input (i.e.
|
EncodedGradientsAccumulator |
This GradientsAccumulator is suited for CUDA backend.
|
EncodedGradientsAccumulator.Builder | |
EncodingHandler |
This MessageHandler implementation is suited for debugging mostly, but still can be used in production environment if you really want that.
|
FancyBlockingQueue<E> |
This BlockingQueue implementation is suited only for symmetric gradients updates, and should NOT be used anywhere else.
|
LocalHandler |
MessageHandler implementation suited for ParallelWrapper running on single box
PLEASE NOTE: This handler does NOT provide any network connectivity.
|
Copyright © 2017. All rights reserved.