随笔分类 -  tensorflow

摘要:Session会话 import tensorflow as tf matrix1 = tf.constant([[3,3]]) #一行两列 marix2 = tf.constant([[2],[2]]) #两行一列 product = tf.matmul(matrix1,mattix) #matr 阅读全文
posted @ 2018-10-12 22:55 任小炎 阅读(119) 评论(0) 推荐(0)
摘要:cmd输入命令 jupyter notebook --generate-config 打开所提示文件夹 ctrl f 找到c.NotebookApp.notebook_dir #c.NotebookApp.notebook_dir = '' 为 c.NotebookApp.notebook_dir 阅读全文
posted @ 2018-10-12 19:42 任小炎 阅读(2611) 评论(1) 推荐(1)