Pytorch implementation for retinal OCT images of Kaggle
- Pytorch
- Retinal OCT Image Dataset
- Install PyTorch and dependencies from http://pytorch.org
- Install Torch vision from the source.
git clone https://github.com/pytorch/vision
cd vision
python setup.py install
- To train the model, modify the dataset path in train.py
data_dir = 'dataset path'
- Train a model:
python train.py
- Test the model:
python test.py