Package examples.dataset

Functions

main
Link copied to clipboard
fun main()
fun main()

This example shows how to do image preprocessing from scratch using preprocessing DSL.

fun main()

This example demonstrates normalize tensor preprocessor. It shows how to compute mean and std values for the dataset and how to use these values for normalization.

fun main()

This example shows how to do image preprocessing using preprocessing DSL for only one image.

fun main()
fun main()

This example shows how to do image classification from scratch using vgg11 model, without leveraging pre-trained weights. We demonstrate the workflow on the Cifar'10 classification dataset.

fun main()

This example shows how to do image classification from scratch using vgg11 model, without leveraging pre-trained weights. We demonstrate the workflow on the Kaggle Cats vs Dogs binary classification dataset.