Closed cuixiaom closed 6 years ago
add command line option to input the num_inter_threads and num_intra_threads to control threads of session, this is important for training on multi-core CPUs to achieve the better performance.
moved the threads settings into utils.get_config_proto() as suggested.
Thanks, this has been merged into master branch.
add command line option to input the num_inter_threads and num_intra_threads to control threads of session, this is important for training on multi-core CPUs to achieve the better performance.