8000 GitHub - hchlhwang/Pytorch_tutorial: classification tutorial using pytorch
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hchlhwang/Pytorch_tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

Pytorch_tutorial

Classification tutorial using pytorch.
You can download training and test dataset in kaggle
URL: https://www.kaggle.com/tongpython/cat-and-dog


You should make 'data' directory in project dir so that make this project to be working.
Directory should be constructed as following format:

data
  • train
    • cat
    • dog
  • val
    • cat
    • dog
  • test
    • cat
    • dog

Just run 'main.py' if you want to watch how it works!

About

classification tutorial using pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0