public interface RoutingIterationListener extends TrainingListener, Cloneable, Serializable
TrainingListener
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) |
iterationDone, onBackwardPass, onEpochEnd, onEpochStart, onForwardPass, onForwardPass, onGradientCalculation
void setStorageRouter(StatsStorageRouter router)
StatsStorageRouter getStorageRouter()
void setWorkerID(String workerID)
String getWorkerID()
void setSessionID(String sessionID)
String getSessionID()
RoutingIterationListener clone()
Copyright © 2020. All rights reserved.