Skip to content

DatacollectorVN/Pytorch-Cat-Dog-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytorch-Cat-Dog-Classifier

This repository is the practice room with goals:

  • Use pytorch with custom pretrained model
  • Organize code structure

INSTALLATION

  1. Create virtual environment
conda create -n CatDogClassifier python=3.8
conda activate CatDogClassifier
  1. Clone this repository
  2. Install required packages
pip install -r requirements.txt
  1. In the repository, execute bash setup_dataset.sh for create folder and download small dataset.
  2. In the repository, execute bash download_model.sh for download model in to folder ./saved_model/best_model.pth

FOR TRAINING

python train.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published