crystal-technologies commited on
Commit
001d15d
·
1 Parent(s): 0b7e7b5

Upload 4 files

Browse files
data/VG-regions-dicts-lite.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f3dfe10a2ae62599d143944267725888ef6b0e03194bf369b9cc57c4fd95db7
3
+ size 4048349
data/VG-regions-lite.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b2f1b29fd4f31e52c52f62692c7bf9b8c0f194c8f8078145752001a1a0fedf4
3
+ size 682644144
model_params/train_all_val_all_bz_2_epoch_10_inject_init.pth.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1106ec108b50b9f11114b7105c4c309592e28dad2d49e89100a2f877c8626aee
3
+ size 1327059102
model_params/train_all_val_all_bz_2_epoch_10_inject_init/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backbone_pretrained": true,
3
+ "return_features": false,
4
+ "feat_size": 4096,
5
+ "hidden_size": 512,
6
+ "max_len": 16,
7
+ "emb_size": 512,
8
+ "rnn_num_layers": 1,
9
+ "vocab_size": 10629,
10
+ "fusion_type": "init_inject",
11
+ "detect_loss_weight": 1.0,
12
+ "caption_loss_weight": 1.0,
13
+ "lr": 0.0001,
14
+ "caption_lr": 0.001,
15
+ "weight_decay": 0.0,
16
+ "batch_size": 4,
17
+ "use_pretrain_fasterrcnn": true,
18
+ "box_detections_per_img": 50
19
+ }