Shufflewave

Results 10 issues of Shufflewave

A-bone1, 您的代码中用于特征提取的部分的初始化的部分我没太理清 想咨询与一下 那个inception-v3部分 你是用的tensorflow.contrib.slim.nets 中的 inception 的模型框架 而不是用的 inception的pre-train的模型吧 如果是我理解的这样的话 那 inception这部分你是怎么初始化的啊 @A-bone1

Is it convenient for you to share the code?

感谢您的分享 请问您的训练代码可以分享一下吗 emijo

### Question After finetuning using the my custorm data, the finetuned llava model is overfitting. In my experiments, I following the your instrcuction( cited in https://github.com/haotian-liu/LLaVA/blob/main/docs/Finetune_Custom_Data.md). 1. convert my data...

我用的我自己的数据集跑了一下 loss由7.2下降到5.8就收敛了 我调了学习率和batch也没有什么改观 请问loss这个下降幅度正常吗

请问OCR任务的V1.2-plus的微调,prompt的模版格式是什么?尤其是多行文字的情况

请问面向Grounding任务的V1.2-plus的微调,prompt的模版是否是以下的格式: 'Please provide the bounding box coordinate of the region this sentence describes: XXX', (这个prompt是参考自refcoco的评测脚本https://github.com/OpenGVLab/InternVL/blob/main/internvl_chat/eval/refcoco/evaluate_grounding.py#L248C18-L248C104 ) 即数据的格式是否如下: ``` { "id": 0, "image": "images/5.png", "conversations": [ { "from": "human", "value": "\nPlease...

Thanks for your sharing! May I ask you a question concerning about your codes why the playground display the "Undefined variable "dagnn" or class "dagnn.Tanh"" when i ran your sharing?....