Skip to content

Commit

Permalink
Update ADVANCED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ruotianluo committed Jul 18, 2019
1 parent c4d5d13 commit 9b36d9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Ensemble

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`.

```
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
```

## Batch normalization

## Box feature

0 comments on commit 9b36d9b

Please # to comment.