Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 29, 2022
1 parent 7e37606 commit a176f1e
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 6 deletions.
56 changes: 51 additions & 5 deletions demo.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/blip.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class BLIP_Base(nn.Module):
def __init__(self,
med_config = 'configs/med_config.json',
image_size = 384,
image_size = 224,
vit = 'base',
vit_grad_ckpt = False,
vit_ckpt_layer = 0,
Expand Down

0 comments on commit a176f1e

Please sign in to comment.