LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
progress_bar.hpp File Reference
#include "lbann/callbacks/callback.hpp"
#include <array>
Include dependency graph for progress_bar.hpp:

Go to the source code of this file.

Classes

class  lbann::callback::progress_bar
 prints a progress bar during training More...
 

Namespaces

 lbann
 
 lbann::callback
 

Macros

#define LBANN_PBAR_MOVING_AVERAGE_LENGTH   10
 
#define LBANN_PBAR_WIDTH   20
 

Functions

std::unique_ptr< callback_base > lbann::callback::build_progress_bar_callback_from_pbuf (const google::protobuf::Message &, std::shared_ptr< lbann_summary > const &)
 

Macro Definition Documentation

◆ LBANN_PBAR_MOVING_AVERAGE_LENGTH

#define LBANN_PBAR_MOVING_AVERAGE_LENGTH   10

Definition at line 35 of file progress_bar.hpp.

◆ LBANN_PBAR_WIDTH

#define LBANN_PBAR_WIDTH   20

Definition at line 36 of file progress_bar.hpp.