Skip to content

kaggle competition: Dogs_vs_Cats_PyTorch Presentation(Getting started with PyTorch)

License

Notifications You must be signed in to change notification settings

espectre/Kaggle_Dogs_vs_Cats_PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kaggle competition: Dogs_vs_Cats_PyTorch Presentation

step1:

  git clone https://github.com/JackwithWilshere/Kaggle-Dogs_vs_Cats_PyTorch

step2:

  from the website https://www.kaggle.com/c/dogs-vs-cats/data 
  download the file train and test1 to the file "./data"
  In the command line:
  cd Kaggle-Dogs_vs_Cats_PyTorch
  python dog_rename.py (to rename the dog.jpg)

step3:

  In the command line:
  python train.py #train
  python test.py  #test and generate the submission csv file

Addiction

In addition,the processing of the train data can be separated to two files to hold the cat and dog picture respectively, thus we can use the ImageFolder in the PyTorch.

About

kaggle competition: Dogs_vs_Cats_PyTorch Presentation(Getting started with PyTorch)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages