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

Upload directory

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