Spaces:
Runtime error
Runtime error
File size: 864 Bytes
3ac711b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
clip:
symbol: clip
args: {}
clip_frozen:
super_cfg: clip
type: clip_frozen
args: {}
clip_text_frozen:
super_cfg: clip
type: clip_text_frozen
args: {}
clip_vision_frozen:
super_cfg: clip
type: clip_vision_frozen
args: {}
############################
# clip with focused encode #
############################
clip_frozen_encode_text:
super_cfg: clip
type: clip_frozen
args:
encode_type : encode_text
clip_frozen_encode_vision:
super_cfg: clip
type: clip_frozen
args:
encode_type : encode_vision
clip_frozen_encode_text_noproj:
super_cfg: clip
type: clip_frozen
args:
encode_type : encode_text_noproj
#####################################
# clip vision forzen justin version #
#####################################
clip_vision_frozen_justin:
super_cfg: clip
type: clip_vision_frozen_justin
args: {}
|