aliyun / conditional-lane-detection

Apache License 2.0
396 stars 89 forks source link

增大batchsize后gpu利用率不稳定,且训练过程会有卡顿 #15

Open hilnkm opened 3 years ago

hilnkm commented 3 years ago

请问训练的时候将batchsize修改为64后,gpu利用率时为0时为80%,这是什么原因呢?您有试过增大batchsize吗?

hyzhou404 commented 3 years ago

应该是读取数据太慢了,增加num_workers数量,有条件的话把数据放到ssd上