Satellite Image Object Detection Contest

Algorithm | CV | Object Detection | universe | mAP

  • moneyIcon Prize : 000만원
  • 499 Users Completed
Closed

 

멀티GPU 사용은 어떻게하나요?

2020.03.09 10:41 6,522 Views

멀티GPU 사용은 어떻게하나요?



Login Required
0 / 1000
kveli
2020.03.10 01:38

https://github.com/tensorflow/models/issues/6611 여기 확인해보세요.
최신 Tensorflow Object Detection 버전에는 legacy 폴더에 train.py 파일이 있으니 해당 파일이랑 베이스라인 train.py 파일을 매치하셔서 보시면 될 것 같습니다.

홍영기
2020.03.12 17:03

감사합니다