Skip to content

Commit

Permalink
fix file not found error in lit.ipynb (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuz-man authored Jan 3, 2024
1 parent 1b17abc commit 474dd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions big_vision/configs/proj/image_text/lit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@
}
],
"source": [
"files.view('big_vision/big_vision/configs/proj/image_text/lit_coco.py')\n",
"from big_vision.configs.proj.image_text import lit_coco\n",
"files.view('big_vision/big_vision/configs/proj/image_text/siglip_lit_coco.py')\n",
"from big_vision.configs.proj.image_text import siglip_lit_coco as lit_coco\n",
"arg = 'txt=bert_base,img=B/16,img_head,init=LiT-B16B.npz'\n",
"config = lit_coco.get_config(arg)"
]
Expand Down

0 comments on commit 474dd2e

Please sign in to comment.