随笔分类 - tensorflow
摘要:Session会话 import tensorflow as tf matrix1 = tf.constant([[3,3]]) #一行两列 marix2 = tf.constant([[2],[2]]) #两行一列 product = tf.matmul(matrix1,mattix) #matr
阅读全文
摘要:cmd输入命令 jupyter notebook --generate-config 打开所提示文件夹 ctrl f 找到c.NotebookApp.notebook_dir #c.NotebookApp.notebook_dir = '' 为 c.NotebookApp.notebook_dir
阅读全文

浙公网安备 33010602011771号