A common repository for TUM Team ID - 47 - For comparison of Transfer Learning and Learning from scratch.
https://www.kaggle.com/c/diabetic-retinopathy-detection
https://docs.google.com/spreadsheets/d/1b3mdgSsHYE9qkPnDfKy6G-DpFOgDlyPRgZsmIW34bFE
- Please follow the setup.sh file to install all the utilities to run this package. Run each command individually though.
- Download all the dataset.
- Preprocess the dataset for faster training using src/preprocess.py file.
- Create a copy of configureation.py.example to configuration.py and play with params.
- Run src/train_model.py to train your model.
Have fun.