-
According to the DSSD paper, "Following SSD, and fitting the Residual architecture,...." the added extra layers are Residual blocks, however, in this repo, it's just two conv layers. Is there any bene…
caiqi updated
6 years ago
-
Last year winners also used transfer learning. Only for the first 25 epochs they trained the last layer and the rest of training they trained the whole model. Here is their [documentation](https://dri…
-
我参加了一个比赛,任务是对乳腺超声影像(2500张,各类别不平衡)的BIRADS进行分类任务,所分的类别分别是2类,3类,4A,4B,4C,5类,我尝试了许多模型,但是效果都很差,包括预训练的resnet(acc60%)vit(60%)fastvit(60%),inception_resnet(65%)等等,我在你的项目中使用了你默认的参数(参考了swin-cub.yaml)进行训练,使用swin…
-
Hi, I reproduced your paper with resnet 18 and 2A100 GPU, batch_size: 1024 + cutmix, but my result is not good (about **72.004%**)
```
Epoch: [299][250/626] Time 1.088 (1.088) Speed 1882.005…
-
line 283 of resnet.py , should it be
`weight_decay=FC_WEIGHT_DECAY)` ?
Also, it might be better for each variable_scope, for example:
`with tf.variable_scope('scale1'):
`
add resue flag at the end
…
-
System information
Windows 10
.NET Core 8
Issue
Can't load from https://aka.ms/mlnet-resources/meta/resnet_v2_50_299.meta
[MLModel1-8YOWOG.txt](https://github.com/user-attachments/files/16120…
-
Going to try and add a set of default `*/lindsey.yaml` configs for sweeping through the Lindsey et al results. Beyond just having those results on hand, it'll serve the purpose of having a set of simu…
-
During simulation with ResNet, a segmentation fault occurs at gem5.
I created ResNet pb and pbtxt file by running smaug/experiments/models/imagenet-resnet/resnet_network.py
All configuration files a…
-
Hi
Thanks your great work, I am now trying to replace the backbone of second stage using Resnet since Resnet usually has a better performance when doing a same work. However, after I replace the vg…
-
Hello!
I want to use resnet as backbone of YOLOv3. But I have found that there is a shortcut between layer 5 and layer1, layer17 and layer13, and so on. The size of layer 5 is 104x104x256, while th…