-
Notifications
You must be signed in to change notification settings - Fork 9.7k
ONMT fixes and updates #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
6832a7d
translate bug fix
bmccann fe15b4a
README changes for multi-gpu
bmccann 316a524
removing reinit of checkpoint params again
bmccann 99dec5c
using split instead of chunk
bmccann 2078b14
replacing opt.cuda with opt.gpus as needed
bmccann d685c1c
using ModuleList
bmccann 4d0c84f
default type for start_decay_at
bmccann f059047
decoder hidden state fix
bmccann af94796
nn.clip_grad_norm
bmccann a2caf64
adding src/tgt tokens/s
bmccann 727863b
index in verbose translate was fixed
bmccann 639eb45
bug in total num predicted words
bmccann bb9d462
Variables in Translator can be volatile
bmccann 2681c91
removing unnecessary def
bmccann 6478147
allowing lowercase option
bmccann 70c3d8f
pointing out one way to do bleu scores in README
bmccann 1c7d2ea
adding files to ignore
bmccann f45c628
preprocess needs to use lower option
bmccann 36793a0
tips for non-demo mt via flickr30k example
bmccann a5349bf
cleaning up readme
bmccann 7f518d2
clean up the readme
bmccann 9af532c
spacing in readme
bmccann e48f620
cudnn decoder
bmccann d5cfec3
reverting cudnn decoder to lstmcell
bmccann a8d66b4
new DataParallel allows dim 1; remove unnecessary transposes; add tra…
bmccann 3d91103
mend
bmccann e4a6730
allows use of models trained on dataset to be trained on another; doe…
bmccann a2d8bf7
manual unrolling was broken for brnn; patch until varlen rnn replacement
bmccann 6dcb113
allowing learning rate update for non-sgd optimizers
bmccann 1226bde
adding option to shuffle mini-batches
bmccann 8f543a8
adding word level accuracy as a metric
bmccann 4678ecd
touch ups and README updates
bmccann 859412c
allowing validation data to volatile
bmccann 053aadf
num_batches was off by one
bmccann 45e13b5
batch printing was off
bmccann e10644c
curriculum off by one
bmccann c4ae24c
accuracy now an average over log_interval batches
bmccann 0e728be
off by one in printing batch number
bmccann 065af29
removing unused variables
bmccann 22e4fb1
saving with state_dict
bmccann 2c02971
state_dicts for translation and optimizer
bmccann 6c8b710
Grouping bash commands together
bmccann c359f4f
backwards compatibility for checkpoints
bmccann 8cebfba
one more lowercase in dict
bmccann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 @@ | ||
pred.txt | ||
multi-bleu.perl | ||
*.pt | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as off-topic.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.