SqueezeBrains SDK 1.18
|
SVL parameters that configure the Shallow Learning training, it wraps the sb_t_svl_sl_par structure More...
#include <cs_par.h>
Data Fields | |
String | pre_training_file |
Network weights file path with extension SB_PRE_TRAINING_EXT. More... | |
SbSvlDlParNetwork | network |
Network parameters. More... | |
SbSvlDlParPerturbation | perturbations |
Perturbations for deep learning training. More... | |
float | learning_rate |
Learning rate. More... | |
int | num_epochs |
Number of epochs. More... | |
int | batch_size |
Size of the batch used during SVL. More... | |
float | validation_percentage |
Validation percentage. More... | |
int | save_best |
At the end of the training, the best internal parameters configuration is recovered. More... | |
SbLossFnType | loss_fn |
Loss function. More... | |
SbImageBordersExtensionMode | borders_extension_mode |
Loss Image borders extension mode. More... | |
SbSvlDlTilingPar | tiling_par_width |
Width tiling configuration. More... | |
SbSvlDlTilingPar | tiling_par_height |
Height tiling configuration. More... | |
SVL parameters that configure the Shallow Learning training, it wraps the sb_t_svl_sl_par structure
int sb_cs::SbSvlDlPar::batch_size |
Size of the batch used during SVL.
SbImageBordersExtensionMode sb_cs::SbSvlDlPar::borders_extension_mode |
Loss Image borders extension mode.
float sb_cs::SbSvlDlPar::learning_rate |
SbLossFnType sb_cs::SbSvlDlPar::loss_fn |
SbSvlDlParNetwork sb_cs::SbSvlDlPar::network |
int sb_cs::SbSvlDlPar::num_epochs |
SbSvlDlParPerturbation sb_cs::SbSvlDlPar::perturbations |
Perturbations for deep learning training.
String sb_cs::SbSvlDlPar::pre_training_file |
Network weights file path with extension SB_PRE_TRAINING_EXT.
int sb_cs::SbSvlDlPar::save_best |
At the end of the training, the best internal parameters configuration is recovered.
SbSvlDlTilingPar sb_cs::SbSvlDlPar::tiling_par_height |
Height tiling configuration.
SbSvlDlTilingPar sb_cs::SbSvlDlPar::tiling_par_width |
Width tiling configuration.
float sb_cs::SbSvlDlPar::validation_percentage |
Validation percentage.