RT-DETR
RT-DETR copied to clipboard
How do I set up not to use pre-trained models in the backbone network
How do I set up not to use pre-trained models in the backbone network?
没太理解具体什么需求
或许这些地方是你需要的
- https://github.com/lyuwenyu/RT-DETR/blob/main/rtdetr_pytorch/src/solver/solver.py#L96
- https://github.com/lyuwenyu/RT-DETR/blob/main/rtdetr_pytorch/src/nn/backbone/presnet.py#L142
- https://github.com/lyuwenyu/RT-DETR/blob/main/rtdetr_pytorch/configs/rtdetr/include/optimizer.yml#L18
好的,谢谢
Sorry for not speaking Chinese and being new to ML.
Just simply curious. Does the model automatically use pre-trained weights if not specified otherwise or does it start from scratch with randomly initialized weights?
Help would be much appreciated.