ragged-tensors

Tensorflow dataset with variable number of elements

Tensorflow dataset with variable number of elements Question: I need a dataset structured to handle a variable number of input images (a set of images) to regress against an integer target variable. The code I am using to source the images is like this: import tensorflow as tf from tensorflow import convert_to_tensor def read_image_tf(path: str) …

Total answers: 1