gianma commited on
Commit
b150215
·
verified ·
1 Parent(s): 4b01a3e

Upload config

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ee_args": {
3
+ "desc_input_feature_size": 512,
4
+ "desc_model_is_bidirectional": true,
5
+ "desc_output_feature_size": 256,
6
+ "scene_input_channel": 512,
7
+ "scene_output_channels": 256,
8
+ "useLSTM": false,
9
+ "video_art_in_channels": 512
10
+ },
11
+ "strategy_name": "rnn_meanPoolProc_video",
12
+ "transformers_version": "4.34.0",
13
+ "uses_audio_video_features": null,
14
+ "uses_flattened_hierarchy": true
15
+ }