Twins
Twins copied to clipboard
Two simple and effective designs of vision transformer, which is on par with the Swin transformer
when i use the config 'mask_rcnn_alt_gvt_s_fpn_1x_coco_pvt_setting.py' do detection project, the following error will appear: Can you give me relevant tips or solutions,Thanks!
Hi, thanks for your great work. I meet some confusion when reading the paper. Specifically, in the part of Supplement C. Example Code, there is a light difference between the...
关于学习率
您好,我在复现论文的过程中,发现在pvpvt_s.txt 学习率最大为0.00125 {"train_lr": 1.000000000000015e-06, "train_loss": 6.913535571038723, "test_loss": 6.8714314655021385, "test_acc1": 0.2160000117301941, "test_acc5": 1.2940000837326049, "epoch": 0, "n_parameters": 24106216} {"train_lr": 1.000000000000015e-06, "train_loss": 6.896081995010376, "test_loss": 6.839652865021317, "test_acc1": 0.40800002346038816, "test_acc5": 1.7700001041412354, "epoch": 1, "n_parameters": 24106216}...
您好,有个问题我没太想清楚,就是GSA的计算复杂度为什么是 O(mnHW d) = O( H2W2d k1k2 )。非常感谢!
我安装了2.8.0的mmdet 但在执行 config_file = 配置文件路径 checkpoint_file = 模型路径 model = init_detector(config_file, checkpoint_file, device='cuda:0') 加载模型时,却得到了这样的报错: Traceback (most recent call last): File "newtest.py", line 17, in model = init_detector(config_file, checkpoint_file, device='cuda:0') File...
``` Traceback (most recent call last): File "train.py", line 202, in main() File "train.py", line 198, in main meta=meta) File "/opt/tiger/conda/lib/python3.7/site-packages/mmdet/apis/train.py", line 170, in train_detector runner.run(data_loaders, cfg.workflow) File "/opt/tiger/conda/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line...
If we want to test detection task, or just use the shell code like 'bash dist_test.sh configs/retinanet_alt_gvt_s_fpn_1x_coco_pvt_setting.py checkpoint_file 1 --eval mAP' ? Or change the lr? and the number of...
Model = alt_gvt_base(pretrained=False) when I use models which has called groupblock. The following error occured: self.drop_path1 = DropPath(drop_path) if drop_path > 0. else nn.Identity() TypeError: '>' not supported between instances...
Could you please upload your pertained model and an example for running your code on Github?
# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...