fine
fine
When I use muti-gpu in training, there is an issue: `Some of weight/gradient/input tensors are located on different GPUs` When I revise the following code, the question is resolved! I...
就是访问某些网站可能速度不稳定很慢,可能是GFW检测到了异常url关键词,如果能实现url虚拟化就会好很多吧
我想设置只有登录了才能继续访问,请问这样如何实现。或者有没有参考文档呢?
Thanks for sharing the great repository! I'm attempting to replicate the BLIP2 stage2 results by running `pretrain_stage2.sh`, but I've been encountering frequent memory overflows. It seems that the memory usage...
I tried to run the code in huggingface (https://huggingface.co/Salesforce/blip2-opt-2.7b ) ```python import requests from PIL import Image from transformers import BlipProcessor, Blip2ForConditionalGeneration processor = BlipProcessor.from_pretrained("Salesforce/blip2-opt-2.7b") ``` However, I meet this...
The calculation of $Mss_{GPU}$ and $Mss_{CPU}$ may have some mistakes. The following is my calculation procedure:  while in the paper: 
When I run the code "run_exp_tab1.sh", I meet the error: ` Traceback (most recent call last): File "eval_retrieval.py", line 226, in main() File "eval_retrieval.py", line 84, in main cfg =...
请问官方有没有放出测试集文件