public interface RoutingIterationListener extends TrainingListener, Cloneable
IterationListener interface for those listeners that pass data off to a
StatsStorageRouter instance.
The most common use case here is in distributed training scenarios: each worker has a set of listeners, that have
to be serialized and transferred across the network, to some storage mechanism.StatsStorageRouterProvider| Modifier and Type | Method and Description |
|---|---|
RoutingIterationListener |
clone() |
String |
getSessionID() |
StatsStorageRouter |
getStorageRouter() |
String |
getWorkerID() |
void |
setSessionID(String sessionID) |
void |
setStorageRouter(StatsStorageRouter router) |
void |
setWorkerID(String workerID) |
onBackwardPass, onEpochEnd, onEpochStart, onForwardPass, onForwardPass, onGradientCalculationinvoke, invoked, iterationDonevoid setStorageRouter(StatsStorageRouter router)
StatsStorageRouter getStorageRouter()
void setWorkerID(String workerID)
String getWorkerID()
void setSessionID(String sessionID)
String getSessionID()
RoutingIterationListener clone()
Copyright © 2017. All rights reserved.