Skip to content

Implementing VGG19 and ResNet50 from scratch with Pytorch on classifying Butterfly & Moth dataset

Notifications You must be signed in to change notification settings

ericyangchen/vgg19-and-resnet50-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementing VGGNet & ResNet with PyTorch for Butterfly & Moth Classification

What will be implemented

VGGNet and ResNet for Classifying Butterfly & Moth Images.

Instructions

Environment setup

pip install pandas matplotlib tensorboard pytz tqdm
pip install torch torchvision torchaudio

Run the code

  • main.py: trains a VGGNet or ResNet on a butterfly & moth dataset.

About

Implementing VGG19 and ResNet50 from scratch with Pytorch on classifying Butterfly & Moth dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published