monodle icon indicating copy to clipboard operation
monodle copied to clipboard

train_val error

Open Dejavusd opened this issue 2 years ago • 2 comments

1

Dejavusd avatar Apr 18 '22 13:04 Dejavusd

Hi, I have the same problem, did you solve it now?

tantian1498 avatar Jul 24 '22 13:07 tantian1498

This code is trying to download the pre-trained DLA.pth from a remote server. To close this function, please find. /root/lib/models/centernet3d.py

Set the pretrained parameter to False. self.backbone = getattr(dla, backbone)(pretrained=True, return_levels=True)

Puiching-Memory avatar Jul 30 '24 02:07 Puiching-Memory