1 #ifndef MULTIGPU_CONVNET_H_
2 #define MULTIGPU_CONVNET_H_
10 virtual void Fprop(
bool train);
11 virtual void Bprop(
bool update_weights);
virtual void Bprop(bool update_weights)
Backpropagate through the network and update weights.
Definition: multigpu_convnet.cc:49
Definition: multigpu_convnet.h:5
virtual void Fprop(bool train)
Forward propagate through the network.
Definition: multigpu_convnet.cc:6
A Convolutional Net Model.
Definition: convnet.h:14