Poplar and PopLibs
|
SupervisorVertex base class; Any sub-type of this class needs to define a compute() method returning a bool. More...
#include <Vertex.hpp>
SupervisorVertex base class; Any sub-type of this class needs to define a compute() method returning a bool.
NOTE: To get deterministic results between replicas you must index the data by worker id because each worker has a different seed when applying stochastic rounding.