Concatenate TensorFlow Tensors Along A Given Dimension
And then we print the TensorFlow version. We are using TensorFlow 1.0.1. Now, we're going to create two TensorFlow variables that will hold random numbers. We use TensorFlow Variable so that they maintain the same state across multiple calls of the session run. We're creating this TensorFlow Variable using the tf.random_uniform functionality and we're going to generate a tensor that is 2x3x4, has a minimum value of 0, a max value of 10, and the data type is tf.int32.
Nov-19-2017, 06:55:18 GMT
- Technology: