CenterNet
CenterNet copied to clipboard
when i keep going training with my own pretrained model,upsampling warning happend
UserWarning: nn.Upsampling is deprecated. Use nn.functional.interpolate instead. warnings.warn("nn.Upsampling is deprecated. Use nn.functional.interpolate instead.")
@Duankaiwen sir,when i want keep training with my own pretrained model,this warning happend and the coding also end.I seems that can not use upsample in ./models/py_utils/kp_utils.py (make_unpool_layer).But when I training it fistly, although the warning happened, but it can also training.I don't what happend.I will be very pleasure if you can help me. Thanks!