Closed Rogersjk closed 4 years ago
Sometimes, I want to feed some parameters in functions like params.epochs, But it will come accross a error if epochs is not explicitly defined in my configuration file. The default_value can help to handle the conditions.
params.epochs
epochs
default_value
Sometimes, I want to feed some parameters in functions like
params.epochs
, But it will come accross a error ifepochs
is not explicitly defined in my configuration file. Thedefault_value
can help to handle the conditions.