kaggle_global_wheat_detection
Setup
- Download data from Kaggle
pip install kaggle
export KAGGLE_USER={user name}
export KAGGLE_KEY={key}
sh scripts/download.sh
- Set up python
pipenv install --skip-lock
- Run cross validation
python run_cv.py
- Run inference
python run_inference.py
Set up for CUDA10.1
pip install -r requirements.txt -f https://download.pytorch.org/whl/torch_stable.html
チケット管理
- チケット管理はZenHubでやりたい
- chromeのextension入れるとすごい便利。
Instance
- ちなみに今GCPでインスタンス借りてそこで回してます
- GPUはTeslaのT4 (速いのか遅いのかわからん)
sh scripts/run_mlflow.sh