gianma commited on
Commit
0440801
·
verified ·
1 Parent(s): cfb764b

Upload config

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "hyperbolic_args": null,
12
+ "hyperbolic_strategy_name": null,
13
+ "strategy_name": "rnn_meanPoolProc_video",
14
+ "transformers_version": "4.34.0",
15
+ "uses_audio_video_features": null,
16
+ "uses_flattened_hierarchy": true
17
+ }