This is a convolutional neural network trained on the CIFAR-10 dataset, achieving 92.59% test accuracy after 100 epochs.
1from huggingface_hub import from_pretrained_pytorch
2model = from_pretrained_pytorch('chandu1617/CIFAR10-CNN_Model')
Try the model in an interactive Gradio UI at
chandu1617/cifar10-cnn-demo.