29 #ifndef LBANN_CALLBACKS_CALLBACK_CHECK_INIT_HPP_INCLUDED 30 #define LBANN_CALLBACKS_CALLBACK_CHECK_INIT_HPP_INCLUDED 49 std::string
name()
const override {
return "check init"; }
55 template <
class Archive>
67 build_check_init_callback_from_pbuf);
72 #endif // LBANN_CALLBACKS_CALLBACK_CHECK_INIT_HPP_INCLUDED void write_specific_proto(lbann_data::Callback &proto) const final
std::string name() const override
Return this callback's name.
void serialize(Archive &ar)
Store state to archive for checkpoint and restart.
Base class for callbacks during training/testing.
Abstract base class for neural network models.
void on_train_begin(model *m) override
check_init * copy() const override
check_init & operator=(const check_init &)=default
LBANN_ADD_DEFAULT_CALLBACK_BUILDER(check_dataset, build_check_dataset_callback_from_pbuf)