Skip to content

InputConversionImageToTable

The input conversion for a neural network, defines the input parameters for the neural network.

Parent type: InputConversion<ImageDataset<Table>, ImageList>

Parameters:

Name Type Description Default
imageSize ModelImageSize the size of the input images -
Stub code in InputConversionImageToTable.sdsstub

class InputConversionImageToTable(
    @PythonName("image_size") imageSize: ModelImageSize
)  sub InputConversion<ImageDataset<Table>, ImageList>