- 주최 : 크라우드웍스, 피씨엔
- 주관 : DACON
- https://dacon.io/competitions/official/235585/overview/description
-
git clone https://github.com/glee1228/landmark_dacon.git
-
edit
docker-compose.yml
services: main: container_name: landmark ... ports: - "{host ssh}:22" - "{host tensorboard}:6006" ipc: host stdin_open: true
-
docker-compose up -d
-
Train
main.py
#/workspace python main.py --ckpt_dir {ckpt directory} --epoch 100 --batch_size 64 --lr 0.001 --weight_decay 1e-5 -step 10 --gamma 0.8
Tensorboard
# host에서 docker exec landmark tensorboard --logdir={ckpt directory} --bind_all
-
submit
{ckpt directory}/submission.csv