jytime / Mask_RCNN_Pytorch

Mask R-CNN for object detection and instance segmentation on Pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not use PyTorch built-in multiple batch training scheme?

QiuJueqin opened this issue · comments

Hi, I notice you implement multiple batch training by looping every single image within a batch, as can be seen here. Why not use PyTorch built-in multiple batch training scheme?