| Package | Description |
|---|---|
| org.nd4j.parameterserver.distributed.logic.routing |
| Modifier and Type | Class and Description |
|---|---|
class |
InterleavedRouter
This is main router implementation for VoidParameterServer
Basic idea: We route TrainingMessages conditionally, based on Huffman tree index (aka frequency-ordered position)
|
class |
RandomRouter
Basic implementation for ClientRouter: we route each message to random Shard
|
class |
StaticRouter
Static router implementation, the same Shard will be used for all messages
PLEASE NOTE: Never use this router in real world! It's suitable for debugging only.
|
Copyright © 2017. All rights reserved.