Katherine Tian

Results 4 issues of Katherine Tian

When I try to feed in a `checkpoint_best.pth` from a previous run to resume training from checkpoint, I get an error at this line (https://github.com/salesforce/LAVIS/blob/main/lavis/runners/runner_base.py#L628) on missing keys in state_dict....

enhancement

If we run training resuming from epoch N and max epoch is

Do you have a train config for blip2 vicuna instruct? Currently, using a vqa dataset with "blip_question" text processors and a vqa task, I encounter an error at this line...

I tried to train with clip_L vision encoder, (by adding vit_model: "clip_L" to model train config), but it seems the QFormer checkpoint loaded by default at this line (https://github.com/salesforce/LAVIS/blob/main/lavis/models/base_model.py#L100) is...