teras.utils.convert_tf_dict_to_array_tensor

teras.utils.convert_tf_dict_to_array_tensor#

teras.utils.convert_tf_dict_to_array_tensor(dict_tensor)[source]#

Converts a batch of data taken from tensorflow dictionary format dataset to array format. :type dict_tensor: :param dict_tensor: A batch of data taken from tensorflow dictionary :param format dataset.:

Returns:

Array format data.