Rexzhan
Rexzhan
Nice work! But I met an error when trying to reproduce your training progress. Could you tell me how to prepare these three? "coco/annotations/panoptic_train2017_filtrefgumdval.json", "coco/annotations/captions_train2017_filtrefgumdval.json", "coco/annotations/grounding_train2017_filtrefgumd.json". I think I only...
Excellent work! Could you provide the training cost? such as training GPU times and the GPU needed.
Hi~really nice work! I encountered a problem following your inference pipeline. Specifically, i downloaded llama checkpoint from https://huggingface.co/huggyllama/llama-7b, and used the command: `python3 -m llava.model.apply_delta --base /path/to/llama-7b --target /output/path/to/LLaVA-7B-v1 --delta...