|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include "lbann/data_coordinator/data_coordinator.hpp"#include "lbann/execution_algorithms/factory.hpp"#include "lbann/execution_algorithms/training_algorithm.hpp"#include "lbann/trainers/trainer.hpp"#include "lbann/utils/cloneable.hpp"#include "lbann/utils/make_abstract.hpp"#include "ltfb/execution_context.hpp"#include "ltfb/meta_learning_strategy.hpp"#include "ltfb/termination_criteria.hpp"#include <google/protobuf/message.h>#include <memory>Go to the source code of this file.
Classes | |
| class | lbann::LTFB |
| An implementation of the LTFB training algorithm. More... | |
Namespaces | |
| lbann | |
Functions | |
| template<> | |
| std::unique_ptr< lbann::LTFB > | lbann::make< lbann::LTFB > (google::protobuf::Message const &msg) |
| Build the LTFB training algorithm from a protobuf message. More... | |
| std::unique_ptr<lbann::LTFB> lbann::make< lbann::LTFB > | ( | google::protobuf::Message const & | msg | ) |
Build the LTFB training algorithm from a protobuf message.