TensorFlow學習筆記2-性能分析工具

TensorFlow學習筆記2-性能分析工具 性能分析工具 在spyder中運行如下代碼: import tensorflow as tf from tensorflow.python.client import timeline #構造計算圖 x = tf.random_normal([1000, 1000]) y = tf.random_normal([1000, 1000]) res = t
相關文章
相關標籤/搜索