Update config.json
Browse files- config.json +0 -2
config.json
CHANGED
|
@@ -31,7 +31,6 @@
|
|
| 31 |
"max_text_length": 100,
|
| 32 |
"vision_config": {
|
| 33 |
"model_type": "tvp_vision_model",
|
| 34 |
-
"input_format": "BGR",
|
| 35 |
"features": ["res5"],
|
| 36 |
"resnets_depth": 50,
|
| 37 |
"resnets_num_groups": 1,
|
|
@@ -40,7 +39,6 @@
|
|
| 40 |
"resnets_stem_out_channels": 64,
|
| 41 |
"resnets_res_out_channels": 256,
|
| 42 |
"resnets_res_dilation": 1,
|
| 43 |
-
"backbone_freeze_at": 2,
|
| 44 |
"grid_encoder_conv_input_size": 2048,
|
| 45 |
"grid_encoder_conv_output_size": 768
|
| 46 |
}
|
|
|
|
| 31 |
"max_text_length": 100,
|
| 32 |
"vision_config": {
|
| 33 |
"model_type": "tvp_vision_model",
|
|
|
|
| 34 |
"features": ["res5"],
|
| 35 |
"resnets_depth": 50,
|
| 36 |
"resnets_num_groups": 1,
|
|
|
|
| 39 |
"resnets_stem_out_channels": 64,
|
| 40 |
"resnets_res_out_channels": 256,
|
| 41 |
"resnets_res_dilation": 1,
|
|
|
|
| 42 |
"grid_encoder_conv_input_size": 2048,
|
| 43 |
"grid_encoder_conv_output_size": 768
|
| 44 |
}
|