In lavis/models/blip_models/blip_rel_det.py
tokenizer = StageBertTokenizer.from_pretrained(
"/public/home/lirj2/projects/LAVIS_GITM/data/bert-base-uncased",
local_files_only=True)
I met a hardcoded path for Bert in the code, which I cannot find in your instructions. Could you provide this weight (or reference) in your instructions?
In
lavis/models/blip_models/blip_rel_det.pyI met a hardcoded path for Bert in the code, which I cannot find in your instructions. Could you provide this weight (or reference) in your instructions?