python train.py --data-dir ./data/VOCdevkit --data-year 2007 --num-epochs 100 how to train SSD512 using PASCAL VOC2012 for 120 epochs on GPU 1 with batch size 8 and save weights to ./checkpoints_512: ...