h0rton.train

Training the Bayesian neural network (BNN). This script trains the BNN according to the config specifications.

Example

To run this script, pass in the path to the user-defined training config file as the argument:

$ train h0rton/example_user_config.py

Module Contents

Functions

parse_args() Parse command-line arguments
main()
h0rton.train.parse_args()[source]

Parse command-line arguments

h0rton.train.main()[source]