LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
save_model.hpp File Reference
#include <utility>
#include "lbann/callbacks/callback.hpp"
#include "lbann/io/persist.hpp"
#include "lbann/utils/exception.hpp"
#include <google/protobuf/message.h>
Include dependency graph for save_model.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  lbann::callback::save_model
 

Namespaces

 lbann_data
 
 lbann
 
 lbann::callback
 

Functions

std::string lbann::callback::get_save_model_dirname (const std::string &trainer_name, const std::string &model_name, const std::string &dir)
 
std::unique_ptr< callback_base > lbann::callback::build_save_model_callback_from_pbuf (const google::protobuf::Message &, std::shared_ptr< lbann_summary > const &)