16GB x 4 VRAM (trained on NVIDIA RTX A4000 x 4).
Use Kaggle Docker.
Follow tattaka/ml_environment to build the environment.
You can run ./RUN-KAGGLE-GPU-ENV.sh
and launch the docker container.
- Place competition data in the
input
directory - Run all the
input/make_segmentation_label_v0106.ipynb
for making grand truth. - Run the following script for training.
cd src/exp122 && sh train_resnetrs50.sh
- Run all the
src/exp122/export_onnx.ipynb
for converting onnx file. - Upload to kaggle dataset, and Run all https://www.kaggle.com/code/tattaka/converting-pytorch-checkpoints-to-tensorrt-models
MIT