minchul commited on
Commit
d584a6e
·
verified ·
1 Parent(s): 143e51e

Upload directory

Browse files
Files changed (1) hide show
  1. models/vit/configs/v1_small.yaml +7 -0
models/vit/configs/v1_small.yaml ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ input_size: [3, 112, 112]
2
+ color_space: 'RGB'
3
+ name: 'small'
4
+ output_dim: 512
5
+ start_from: ''
6
+ freeze: False
7
+ mask_ratio: 0.0