Skip to content

A custom ResNet architecture that uses One Cycle Policy to train the model

Notifications You must be signed in to change notification settings

gokul-pv/OneCyclePolicy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

One Cycle Policy

A custom ResNet architecture that uses One Cycle Policy to train the model

The model is trained on CIFAR-10 dataset using a custom Resnet architecture as shown below

Forwarding
Figure 1 : Resnet Architecture

The training is done using one cycle policy with following parameters

  • Total Epochs = 24
  • Max at Epoch = 5
  • LRMIN = FIND
  • LRMAX = FIND
  • NO Annihilation

The following image augmentations are done using Albumentation Library

  • RandomCrop 32, 32 (after padding of 4)
  • FlipLR
  • CutOut(8, 8)

The summary of the model is shown below

Forwarding
Figure 2 : Model summary

Result

The training logs, loss and accuracy can be found here

Forwarding
Figure 3 : Plot for loss and accuracy

About

A custom ResNet architecture that uses One Cycle Policy to train the model

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published