-
Hi,
https://github.com/sallymmx/ActionCLIP/blob/master/MODEL_ZOO.md
I cannot access the links in this .md file to download the weights (it seems that the links are empty)? Please advise.
-
@ybkscht , I wanted to know what will be the size of dataset after applying the color augmentation if 'n' is given as 2 in randaug.py
example:
I have created a dataset of 1000 images, what will be…
-
Can you release the training config for Mobilenext-0.75? fail to reproduce. Here is my training settings:
1、SGDwM(m = 0.9), cosine lr, init lr = 0.1 and batchsize = 256 on a single V100 GPU, weight_d…
-
Hi, im trying to train SoftTeacher Fast R-CNN, but the network is not learning at all.
It's related to #10223 but it doesn't resolve my problems.
```
model = dict(
type='SoftTeacher',
de…
-
## 🤷 작업할 기능 소개
> RandAugment 실험
## 🔨 상세 작업 내용
> 상세 내용 열거
- [x] 8:2 split
- [x] weight_decay 0.01
- [x] RandAugment
## 📄 참고 사항
>
js_v6(8:2) | SGD | 0.005 | X | 0.08 | CE | L2 : 0.01 | R…
-
Hi, thanks for your impressive work!
I found the ablation study about augmentation in your paper(appendix table 7).
I just wonder SimCLR(not SupCon) with other augmentations(e.g. RandAug) also w…
-
I reran your code and the result seems not so good.
My CIFAR_10(Wide-ResNet 28x10) result:
```
{
"loss_train": 0.46477456643031195,
"loss_valid": 0.0,
"loss_test": 0.1043390887022…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
-
saw this one: https://github.com/camillegontier/DELAUNAY_dataset/blob/827db39400d8b5e12b4cc538b98a2f77099b747d/CNN_training/training.py#L26 curious about choice
@camillegontier
-
大佬,非常感谢您分享这么好的工程。
请教一下您,您的代码中没有看到,强数据增强的代码?和相关的损失函数?大佬可否指点一下。