You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I exec
train_net.py
, the parameterconfig-file
ismaskrcnn-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: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:The text was updated successfully, but these errors were encountered: