Skip to content

Commit

Permalink
Test Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
rishika2110 committed Sep 1, 2020
1 parent 19b088b commit 1f86978
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions neural_machine_translation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Below is a table, summarising the number of parameters and the BLEU scores achie

## Plots
<p align="center">
<img src = "https://github.com/IvLabs/Natural-Language-Processing/blob/master/neural_machine_translation/plot/Seq2Seq.jpeg?raw=true"/>
<img src = "https://github.com/IvLabs/Natural-Language-Processing/blob/master/neural_machine_translation/plot/Seq2Seq_with_Attention.jpeg?raw=true"/>
<img src = "https://github.com/IvLabs/Natural-Language-Processing/blob/master/neural_machine_translation/plot/Conv_Seq2Seq.jpeg?raw=true"/>
<img src = "https://github.com/IvLabs/Natural-Language-Processing/blob/master/neural_machine_translation/plot/Transformer.jpeg?raw=true"/>
<img src = "https://github.com/IvLabs/Natural-Language-Processing/blob/master/neural_machine_translation/plots/Seq2Seq.jpeg?raw=true"/>
<img src = "https://github.com/IvLabs/Natural-Language-Processing/blob/master/neural_machine_translation/plots/Seq2Seq_with_Attention.jpeg?raw=true"/>
<img src = "https://github.com/IvLabs/Natural-Language-Processing/blob/master/neural_machine_translation/plots/Conv_Seq2Seq.jpeg?raw=true"/>
<img src = "https://github.com/IvLabs/Natural-Language-Processing/blob/master/neural_machine_translation/plots/Transformer.jpeg?raw=true"/>
</p>

0 comments on commit 1f86978

Please sign in to comment.