python code, notebooks and Images used for AI502 Midterm Project. I made almost all of code and all images.
Figure 2: Comparison of test loss and train accuracy for Batch size increasing and Learning rate decaying.
Dataset = CIFAR100
Batch size = 4096
lr = 5e-2
num_epochs = 1000
Optimizer = Adam
HW = RTX 2080Ti \
-
On the Variance of the Adaptive Learning Rate and Beyond
RAdam : https://github.com/LiyuanLucasLiu/RAdam -
MobileNetV2: Inverted residuals and linear bottlenecks
ResNet : https://pytorch.org/docs/stable/torchvision/models.html
MobileNetV2 : https://github.com/pytorch/vision/tree/master/torchvision/models