Skip to content

Raxcsu/PonderNet-CIFAR10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESNET18 + PonderNet

This code is adopted from one of the PyTorch Lightning examples and this PonderNet implementation.

Train CIFAR10 with PyTorch

I'm playing with PyTorch on the CIFAR10 dataset.

Prerequisites

  • Python 3.6+
  • PyTorch 1.0+

Training

# Start training INTERPOLATION TASK with: 
python interpolation.py
# Start training EXTRAPOLATION TASK with: 
python extrapolation.py

Accuracy

INTERPOLATION TASK

Model Acc.
ResNet18 93.02%
ResNet18 + PonderNet (epochs=10) 83.24%
ResNet18 + PonderNet (epochs=50) 90.96%

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages