Skip to content

Commit 9b36d9b

Browse files
committed
Update ADVANCED.md
1 parent c4d5d13 commit 9b36d9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ADVANCED.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Ensemble
44

5+
Current ensemble only supports models which are subclass of AttModel. Here is example of the script to run ensemble models. The `eval_ensemble.py` assumes the model saving under `log_$id`.
6+
7+
```
8+
python eval_ensemble.py --dump_json 0 --ids model1,model2,model3 --weights 0.3,0.3,0.3 --batch_size 1 --dump_images 0 --num_images 5000 --split test --language_eval 1 --beam_size 5 --temperature 1.0 --sample_method greedy --max_length 30
9+
```
10+
511
## Batch normalization
612

713
## Box feature

0 commit comments

Comments
 (0)