Open returnaaa opened 3 weeks ago
bro , i can't find the function forward_encoder. Do you know how to find it?
bro , i can't find the function forward_encoder. Do you know how to find it? It seems that the author needs to implement it himself, but he doesn't seem to have open sourced it.
I wrote some code based on the answer function in demo.py to experiment, but the effect was not good. https://github.com/Vision-CAIR/MiniGPT-4/blob/main/demo.py
I wrote some code based on the answer function in demo.py to experiment, but the effect was not good. https://github.com/Vision-CAIR/MiniGPT-4/blob/main/demo.py
hi, bro, Can you share the code you modified, I have doubts about this function
Desktop.zip Here, but in query.py I delete the wandb. And this function can only pass one image at a time.
I can not understand why size=(batch_size, 577, 768), in vit , the size = (batch_size, 257, 1408), in vit and q-former , the size = (batch_size, 32, 768)