my project for the Kaggle Intel Image Classification
for input dataset, download from https://www.kaggle.com/datasets/puneet6060/intel-image-classification/data
.
├── notebooks
│ ├── all.ipynb (all code inside including training)
│
├── results
│ ├── acc.json (train, test loss, acc values)
│ └── model.pth (model parameters)
│
└── input (dataset)
├── seg_pred
├── seg_test
└── seg_train