-
Thank you for publishing your code. I saw the DeiT ablation in your paper. Is there a chance you could also provide code to reproduce that? If you'd prefer to contact me in private, my email is yusun@…
-
RuntimeError: Unknown model (deit_small_MCTformerV1_patch16_224)
-
Hi Daniel,
Thank you so much for releasing such an awesome VLM fine-tuning notebook to the public!
I was really excited, tried the notebook out and found the following error:
![image](https:/…
-
我想在手机上使用。
-
Hi all! I just wanna confirm one confusion.
1. Is it true that we could not get the training accuracy because we have a teacher to monitor that?
2. Is it possible to fine-tune the DeiT with distil…
-
Greetings!
I read your paper with great interest and am trying to reproduce some of your experiments.
I want to reproduce your vanilla KD setting using strategy B1, B2, B3 based on your DIST_KD…
-
> from timm.models import vit_deit_small_patch16_224
ImportError: cannot import name 'vit_deit_small_patch16_224' from 'timm.models' (/home/michuan.lh/miniconda3/envs/moby/lib/python3.7/site-packages…
-
When I applied re-attention in Deit-S (https://github.com/facebookresearch/deit), no accuracy gain was observed. Could you give some advice?
-
Hi, thanks for sharing your good work! I would like to raise a question after I run the code. Since MCT-former is only adopted in VIT-small architecture which is pretrained with Deit, I have tried the…
-
当我运行下面命令时,
bash segm/dist_test.sh 4 \
--multiscale \
--predict-dir start1.2_patch120_seg_deit_small_patch16_224_COCO_weaktr/seg_prob_ms \
start1.2_patch120_seg_deit_small_patch16_224_COCO_weaktr/c…