DnkNju
DnkNju
Thanks for your contribution! I am trying to train, but I can't find 'cfg/yolov3-tiny-ours.cfg' and 'data/coco.data' in the sentence How can I get these two files in branch 'ultralytics'? best...
作者您好 训练一段时间之后出现这样的问题 TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() 就是说GPU环境没办法将tensor转换成numpy,需要在哪里添加".cpu()"呢
Excuse me, can you tell me which python file should I run in Pycharm?
### Question Thanks for your work. Where can I find the information of tokenizer and encoder used by LLaVA-7B-v1?
我通过调试发现模型会首先将 prompt 中双引号部分改为星号。我想知道这部分处理的代码具体在哪里? 另外,这个星号(*)是先和 prompt 其他部分一起做 tokenizer 转为 embeddings,然后双引号内原本的内容单独处理,最后在 embeddings 中作替换吗?