Jittor / JDet

JDet is an object detection benchmark based on Jittor. Mainly focus on aerial image object detection (oriented object detection).
Apache License 2.0
191 stars 34 forks source link

projects/retinanet模型可以使用多个GPU进行训练吗?(针对retinanet_gofen.py配置文件) #19

Open LY080835 opened 3 years ago

li-xl commented 3 years ago

可以多卡, mpirun -np {num} python tools/run_net.py --config-file={config}. 不过需要调整学习率和batch_size