c122-ode

Results 6 issues of c122-ode

#### I can't reproduce dfad results. my Reproducible results Acc: 87.12 (the results in readme is 92.80) ### related information 1. The output of `pip list | grep "mmcv\|mmrazor\|^torch"` mmcv...

Could you tell me when will release the source code of the FocalDistiller? Look forward to your reply!

I am very interested in you work. But I only find the parameters of bevformer and bevdepth4d. So,could you provide parameters of BevDepth? Look forward to you reply!

### Description / 描述 **代码:** `import torch from PIL import Image from transformers import AutoModel, AutoTokenizer model = AutoModel.from_pretrained('openbmb/MiniCPM-V', trust_remote_code=True) tokenizer = AutoTokenizer.from_pretrained('openbmb/MiniCPM-V', trust_remote_code=True) model.eval().cuda() image = Image.open('xx.jpg').convert('RGB') question =...

badcase

I am really interested in your work. The model surprisingly doesn't use the sparseconv. When will you release your implemented code. Look forward to your reply!