Hi,
I have some problem while trying to train the model with different backbones.
The function load_backbone in this file lib/utils/learning.py, it says there should be different backbones for the model to choose from. But, there's only DSTformer in lib/model.
Where I can find the rest of the backbones? If it's not implemented yet, then maybe the reference repository for the backbones also works for me. I can add them myself. Thanks!
Hi, I have some problem while trying to train the model with different backbones. The function
load_backbone
in this file lib/utils/learning.py, it says there should be different backbones for the model to choose from. But, there's only DSTformer in lib/model. Where I can find the rest of the backbones? If it's not implemented yet, then maybe the reference repository for the backbones also works for me. I can add them myself. Thanks!