Skip to content

Transfer Learning Model using densenet121 Pretrained model using PyTorch Deep Learning Framework

License

Notifications You must be signed in to change notification settings

rajrohanyadav/cat-dog-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

cat-dog-classifier

Transfer Learning Model using densenet121 Pretrained model using PyTorch Deep Learning Framework

How to use

  • The repository contains a single JuPyter file
  • You must have the essential libraries installed
    • PyTorch
    • PIL
    • Torchvision
    • and others
  • Replace the path to data in file to your data path
  • Train the model
  • Make sure you have active Internet connection for downloading the densenet121 model

Data Format

  • Data Folder
    • train
      • dog [class1 name]
      • cat [class2 name]
    • test
      • dog [class1 name]
      • cat [class2 name]

I used the data provided in the Udacity's course on CNN. Data was originally shared on kaggle.

About

Transfer Learning Model using densenet121 Pretrained model using PyTorch Deep Learning Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published