mirror of
https://github.com/salesforce/BLIP.git
synced 2026-02-22 03:53:57 +00:00
update demo
This commit is contained in:
56
demo.ipynb
56
demo.ipynb
File diff suppressed because one or more lines are too long
@@ -23,7 +23,7 @@ from timm.models.hub import download_cached_file
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user