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!