MCPcopy Create free account
hub / github.com/BVLC/caffe / main

Function main

tools/extra/parse_log.py:202–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200
201
202def main():
203 args = parse_args()
204 train_dict_list, test_dict_list = parse_log(args.logfile_path)
205 save_csv_files(args.logfile_path, args.output_dir, train_dict_list,
206 test_dict_list, delimiter=args.delimiter, verbose=args.verbose)
207
208
209if __name__ == '__main__':

Callers 1

parse_log.pyFile · 0.70

Calls 3

parse_logFunction · 0.85
save_csv_filesFunction · 0.85
parse_argsFunction · 0.70

Tested by

no test coverage detected