5 ms·
In the continuation of our series on writing deep learning models from scratch with PyTorch, we show how to create, train, and evaluate a ResNet neural network
by fibrennan 4y ago
In the continuation of our series on writing deep learning models from scratch with PyTorch, we show how to create, train, and evaluate a ResNet neural network for image classification with the CIFAR-100 dataset.