-
进行与[pytorch feature extract test](https://github.com/pytorch/vision/blob/main/test/test_backbone_utils.py)对应的测试的时候有一些模型挂掉了,列举如下,其中标记了**的是暂时不需要做任何处理的。
| 原因 | 文件名称 | 备注 |
| ----------- | ------…
-
Thanks for your wonderful work and detailed explaining ! I already successfully run `analyze/attnmap.py`, but the attention map is different from that obtained by deit. I wonder to know how I can gain…
-
Hi, thanks for your great work!
I'm confused about the setting of ablation experiment of DeiT below:
![image](https://user-images.githubusercontent.com/100334147/233563641-0a00103c-f21f-4db8-afb3-aa…
-
Hi, thanks for your great work!
I've run QAT for deit base and got 84 mAP after some epochs.
And then I converted the mdoel and run evaluate_accuracy.py but the result was totally different.
wh…
-
I tried to run the vit example code, however, I noticed the following errors.
Python 3.9.18 (main, Sep 11 2023, 13:41:44)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credi…
-
제 configuration을 script하기 전까지 issue에서 관리하도록 하겠습니다...ㅎㅎ
# 2nd trial 현재 리더보드 4위
-
- https://arxiv.org/abs/2012.12877
- 2020
近年、純粋に注意力に基づくニューラルネットワークが、画像分類などの画像理解タスクに対応することが示された。
しかし、これらの視覚変換器は、高価なインフラを使って何億枚もの画像を使って事前に学習されているため、その採用には限界があります。
本研究では、Imagenetのみで学習することにより、競争力のある…
e4exp updated
3 years ago
-
Unknown model (deit_small_MCTformerV2_patch16_224)
-
hello, I try to run this code by hugeface,but get some error:
```
UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This sh…
-
Nice work!
**bash scripts/pretrain/visda/run_visda.sh deit_base
bash scripts/uda/visda/run_visda.sh deit_base**
**What different between 'pretrain' and 'uda'?**