-
Kaggle Dogs_vs_Cats_PyTorch比赛
资源介绍
kaggle竞赛:Dogs_vs_Cats_PyTorch演示
步骤1:
git clone https://github.com/JackwithWilshere/Kaggle-Dogs_vs_Cats_PyTorch
第2步:
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)
第三步:
In the command line:
python train.py #train
pyth