mriapp.utilities package

mriapp.utilities.line_parser module

mriapp.utilities.line_parser.parse_caffe_train_line(line)

Parse a line from Caffe’s training output

Parameters:line (string) – Line to parse from training
Returns:training_event – A (possibly incomplete) dict with the parsed information
Return type:dictionary

mriapp.utilities.verify_config module

mriapp.utilities.verify_config.verify_config(filename)

Verify a configuration file prior to loading the full program. This will hopefully prevent unfortunate config errors where some events have already occurred, such as accessing the server

Parameters:filename (string) – Config file to test