See lbann::callbacks::ltfb::communication_algorithm::checkpoint_file.
More...
#include <random_pairwise_exchange.hpp>
|
| | CheckpointFile (std::set< std::string > const &weights_names, std::string const &ckpt_basedir) |
| |
| | CheckpointFile (std::set< std::string > &&weights_names, std::string const &ckpt_basedir) |
| |
| std::unique_ptr< model > | get_partner_model (model const &m, El::Int partner_trainer, size_t step) final |
| |
| std::unique_ptr< CheckpointFile > | clone () const |
| | Return an exception-safe, memory-safe copy of this object. More...
|
| |
See lbann::callbacks::ltfb::communication_algorithm::checkpoint_file.
Definition at line 258 of file random_pairwise_exchange.hpp.
◆ BaseType
◆ CheckpointFile() [1/2]
| lbann::ltfb::CheckpointFile::CheckpointFile |
( |
std::set< std::string > const & |
weights_names, |
|
|
std::string const & |
ckpt_basedir |
|
) |
| |
◆ CheckpointFile() [2/2]
| lbann::ltfb::CheckpointFile::CheckpointFile |
( |
std::set< std::string > && |
weights_names, |
|
|
std::string const & |
ckpt_basedir |
|
) |
| |
◆ get_partner_model()
| std::unique_ptr<model> lbann::ltfb::CheckpointFile::get_partner_model |
( |
model const & |
m, |
|
|
El::Int |
partner_trainer, |
|
|
size_t |
step |
|
) |
| |
|
final |
◆ ckpt_basedir_
| std::string lbann::ltfb::CheckpointFile::ckpt_basedir_ |
|
private |
The documentation for this class was generated from the following file: