vgg
fun vgg()
Content copied to clipboard
This example shows how to do image classification from scratch using vgg11, without leveraging pre-trained weights or a pre-made model. We demonstrate the workflow on the FashionMnist classification dataset.
It includes:
dataset loading from S3
model compilation
model training
model evaluation