Skip to content

InputConversionImageToImage

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

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

Parameters:

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

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