Solution overview at Kaggle
This pipeline achieve 0.55011 in both private and public leaderboard
- Ubuntu 20.04.1 LTS (~200GB free disk space)
- CPU: 8C
- RAM: 64GB
- 1 x RTX 3090
- Please refer to kaggle notebook sub1
- Please refer to
Dockerfile
- Directly run container:
docker pull steamedsheep/hpa_pipeline1:v1.15
.
-
Make fold input and results at same dir of the repo.
-
Download pregenerated cells from kaggle notebook and decompress to
input/train_cell_256
, after decompression, there will be about 70GBpng
file ininput/train_cell_256
, since It's diffcult to use Kaggle API to download notebook output, Please downloadresult.zip
of each notebook below:
- train cell #1
- train_cell_#2
- Phil upload images #1
- Phil upload images #2
- Phil upload images #3
- ext not in Phil but rare
- Start docker at solution dir
sudo docker run -v $PWD:/workspace -it --gpus '"device=0"' steamedsheep/hpa_pipeline1:v1.2
/bin/bash train.sh
- run
train.sh
to get the result