-
Hi, there! I want to compute the gflops of ResNest on my task, but I don't know the gflops computing rule of SplAtConv2d.
So can you share the code of the computing of gflops of ResNest?
-
Hello! In the Torch version of `Bottleneck`, it appears that `self.dropblock2` is never used.
`self.dropblock2` is initialized in lines 52-56 if `radix == 1`:
https://github.com/zhanghang1989/ResN…
-
Hello,
thank you for providing this great repository!
I attempted to reproduce your results by following the steps in the Readme file and using your trained models, provided in the Dropbox (see de…
-
Thanks for sharing your work!
As per https://github.com/zhanghang1989/ResNeSt/issues/58#issuecomment-631224345, I understand the release of ResNeSt-based segmentation variants trained on Cityscapes…
-
## ❓ I'm using the official colab notebook
https://colab.research.google.com/drive/16jcaJoc6bCFAQ96jDe2HwtXj7BMD_-m5
but how do I add the config for ReNeSt
from detectron2.engine import Defa…
-
### Branch
main branch (mmpretrain version)
### Describe the bug
resnst configs bug:
when I use resnest, I meet the problem as follow:
val_dataloader, val_cfg, and val_evaluator should be eithe…
-
Hello, I will replace the backbone network of RESNET with your resnest. During the training process, the loss value decreases very slowly (LR here is the same as that of RESNET). Similarly, in 20 epoc…
-
Very impressed with the ResNest accuracy and want to move a model to production.
However, in trying to script it, I hit the following issue:
`~\anaconda3\envs\fastai2\lib\site-packages\torch\jit\…
-
For the results of resnest on ade20k, what is the base-size and crop-size? Thanks for your reply!
-
Hi @zhanghang1989
I used your pre-trained model in training with our custom dataset and it worked very well and thanks to your work.
I have a doubt regarding the trained model and installation.…