How to use forward on modules in a ModuleList?

Then I used the Unet2D as a model for a training phase.
I’ve encounter “aten::resize is not implemented” runtime error during the backward of the loss at line 134.

Does this runtime error relevent to the forward style?