Open lee-bin opened 5 years ago
Before using XLA, the Tacotron 2 runs about 0.5s, however, after using XLA, it increases to about 0.7s which is much slower.
config = tf.ConfigProto() config.graph_options.optimizer_options.global_jit_level = tf.OptimizerOptions.ON_1 self.session = tf.Session(config=config)
I use XLA like above. Any thoughts would be appreciated. Thanks.
Hi, when did you use XLA ? train or inference phrase?
Just for inference.
Before using XLA, the Tacotron 2 runs about 0.5s, however, after using XLA, it increases to about 0.7s which is much slower.
I use XLA like above. Any thoughts would be appreciated. Thanks.