tf.contrib.layers.sequence_to_images

Convert a batch of sequences into a batch of images.

Args
inputs (num_steps, num_batches, depth) sequence tensor
height the height of the images
output_data_format Format of output tensor. Currently supports 'channels_first' and 'channels_last'.
outputs_collections The collections to which the outputs are added.
scope Optional scope for name_scope.
Returns
A tensor representing the output of the operation.

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/layers/sequence_to_images