27 #ifndef LBANN_CALLBACKS_CALLBACK_DUMP_ERROR_SIGNALS_HPP_INCLUDED 28 #define LBANN_CALLBACKS_CALLBACK_DUMP_ERROR_SIGNALS_HPP_INCLUDED 53 std::string
name()
const override {
return "dump error signals"; }
62 template <
class Archive>
77 const google::protobuf::Message&,
78 std::shared_ptr<lbann_summary>
const&);
83 #endif // LBANN_CALLBACKS_CALLBACK_DUMP_ERROR_SIGNALS_HPP_INCLUDED
std::string name() const override
Return this callback's name.
std::unique_ptr< callback_base > build_dump_error_signals_callback_from_pbuf(const google::protobuf::Message &, std::shared_ptr< lbann_summary > const &)
Neural network tensor operation.
void serialize(Archive &ar)
Store state to archive for checkpoint and restart.
dump_error_signals * copy() const override
dump_error_signals(std::string basename="")
Base class for callbacks during training/testing.
Abstract base class for neural network models.
void write_specific_proto(lbann_data::Callback &proto) const final
void on_backward_prop_end(model *m, Layer *l) override