摘要: https://www.tensorflow.org/versions/r0.12/api_docs/python/math_ops.html#reduce_mean tf.reduce_mean(input_tensor, axis=None, keep_dims=False, name=None 阅读全文
posted @ 2017-03-11 10:42 Shiyu_Huang 阅读(11936) 评论(0) 推荐(0) 编辑
摘要: https://www.tensorflow.org/versions/r0.12/api_docs/python/array_ops.html#reshape 例子: 阅读全文
posted @ 2017-03-11 10:29 Shiyu_Huang 阅读(3765) 评论(0) 推荐(0) 编辑
摘要: https://www.tensorflow.org/versions/r0.12/api_docs/python/array_ops.html#concat 例子: 阅读全文
posted @ 2017-03-11 10:25 Shiyu_Huang 阅读(5085) 评论(0) 推荐(0) 编辑
摘要: python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2 python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3 阅读全文
posted @ 2017-03-11 10:02 Shiyu_Huang 阅读(14658) 评论(0) 推荐(0) 编辑