post2web
5/28/2017 - 10:22 PM

turn on the JIT compilation of tensorflow

turn on the JIT compilation of tensorflow

config = tf.ConfigProto()
config.graph_options.optimizer_options.global_jit_level = tf.OptimizerOptions.ON_1
sess = tf.Session(config=config)