zhang-tao-whu / e2ec

E2EC: An End-to-End Contour-based Method for High-Quality High-Speed Instance Segmentation
Other
214 stars 45 forks source link

How to set batchsize for each dataset? #10

Closed nianshaoyouweibuzibei closed 2 years ago

zhang-tao-whu commented 2 years ago

By setting the value of --bs. For example, the command for training with a batch size of 24 is python train_net.py sad --bs 24; the command for training with a batch size of 16 is python train_net.py sad --bs 16.