-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'self_critical_bottom_up' into self-critical
* self_critical_bottom_up: (42 commits) Add advanced. (Still nothing in it.) Update readme. Sort the features in the forwarding instead of dataloader. Add compatibility to resnet features. Add comments in Attmodel. Make image_root an optional option when prepro_label. Add options and verbose for make_bu_data. Add cider submodule Simplify resnet code. Update more to 0.4 version. Update to pytorch 0.4 Fix some in evals. Simplify AttModel. Update FC Model to the compatible version (previously FC Model is depreacated and not adapted to new structure.) Move set_lr to the right place in train.py Add max ppl option (beam search sorted by perplexity instead of logprob) (it doens't seem changing too much) Fix a bug in ensemble sample. Add logit layers option. (haven't reigourously tested if it works or not) Allow new ways of computing (using pack sequence) capable of using dataparallel. Add batch normalization layer in att_embed. ... # Conflicts: # misc/rewards.py # train.py
- Loading branch information
Showing
25 changed files
with
1,303 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "cider"] | ||
path = cider | ||
url = https://github.com/ruotianluo/cider.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Advanced | ||
|
||
## Ensemble | ||
|
||
## Batch normalization | ||
|
||
## Box feature |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.