摘要:
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 阅读全文
摘要:
https://www.tensorflow.org/versions/r0.12/api_docs/python/array_ops.html#reshape 例子: 阅读全文
摘要:
https://www.tensorflow.org/versions/r0.12/api_docs/python/array_ops.html#concat 例子: 阅读全文
摘要:
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2 python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3 阅读全文