Open KeoYang opened 1 week ago
Dear author.
I want to ask where is the utils.py、 training.py and any else file in your project.
llava-med-1.5_closed-vqa_parellel.py from utils import QuestionDataset, setup, cleanup, tensor_to_serializable https://github.com/richard-peng-xia/MMed-RAG/blob/a61de2f9d7220dc8b769c7447262c6405db078af/inference/llava-med-1.5_closed-vqa_parellel.py#L39
from utils import QuestionDataset, setup, cleanup, tensor_to_serializable
retrieve_clip_VQA.py from training.data import HarvardDataset,HarvardVQADataset https://github.com/richard-peng-xia/MMed-RAG/blob/a61de2f9d7220dc8b769c7447262c6405db078af/retrieve/retrieve_clip_VQA.py#L13
from training.data import HarvardDataset,HarvardVQADataset
Can you release these files, thanks?
Hi @KeoYang,
we will upload all this code asap. Stay in tuned!
Dear author.
I want to ask where is the utils.py、 training.py and any else file in your project.
llava-med-1.5_closed-vqa_parellel.py
from utils import QuestionDataset, setup, cleanup, tensor_to_serializable
https://github.com/richard-peng-xia/MMed-RAG/blob/a61de2f9d7220dc8b769c7447262c6405db078af/inference/llava-med-1.5_closed-vqa_parellel.py#L39retrieve_clip_VQA.py
from training.data import HarvardDataset,HarvardVQADataset
https://github.com/richard-peng-xia/MMed-RAG/blob/a61de2f9d7220dc8b769c7447262c6405db078af/retrieve/retrieve_clip_VQA.py#L13Can you release these files, thanks?