Lee-ray-a
Lee-ray-a
### Describe the issue Issue: - I am trying to get a quick start on running the llava. - I download the weight and config.json ... file from hugging face...
# trying to do inference - this is my infer_Test.py ```python import os import jax from matplotlib import pyplot as plt import numpy as np from scenic.projects.owl_vit import configs from...
When I am evaluating my finetuned model on custom datasets, I change the default coco validation path to my custom validation.json in the config file. Why it still load coco...