I exec train_net.py, the parameter config-file is maskrcnn-benchmark/configs/e2e_mask_rcnn_R_50_FPN_1x.yaml.
I change maskrcnn-benchmark/configs/e2e_mask_rcnn_R_50_FPN_1x.yaml as below:
@as754770178 This happens if the learning rate is too high i guess, please lower the base learning rate in case if you are training the model from scratch.
I exec
train_net.py
, the parameterconfig-file
ismaskrcnn-benchmark/configs/e2e_mask_rcnn_R_50_FPN_1x.yaml
. I changemaskrcnn-benchmark/configs/e2e_mask_rcnn_R_50_FPN_1x.yaml
as below:change
config.py
as below:I fixed
IndexError: list index out of range
error refer to #725.when compute loss
loss_dict = model(images, targets)
intrainer.py
, the program report error: