From 1f86978085304764f127ddf095f20115ccc312b9 Mon Sep 17 00:00:00 2001 From: Rishika Bhagwatkar Date: Wed, 2 Sep 2020 02:01:38 +0530 Subject: [PATCH] Test Complete --- neural_machine_translation/README.md | 8 ++++---- .../{plot => plots}/Conv_Seq2Seq.jpeg | Bin .../{plot => plots}/Seq2Seq.jpeg | Bin .../{plot => plots}/Seq2Seq_with_Attention.jpeg | Bin .../{plot => plots}/Transformer.jpeg | Bin 5 files changed, 4 insertions(+), 4 deletions(-) rename neural_machine_translation/{plot => plots}/Conv_Seq2Seq.jpeg (100%) rename neural_machine_translation/{plot => plots}/Seq2Seq.jpeg (100%) rename neural_machine_translation/{plot => plots}/Seq2Seq_with_Attention.jpeg (100%) rename neural_machine_translation/{plot => plots}/Transformer.jpeg (100%) diff --git a/neural_machine_translation/README.md b/neural_machine_translation/README.md index ce437d2..f5d367c 100644 --- a/neural_machine_translation/README.md +++ b/neural_machine_translation/README.md @@ -48,8 +48,8 @@ Below is a table, summarising the number of parameters and the BLEU scores achie ## Plots

- - - - + + + +

diff --git a/neural_machine_translation/plot/Conv_Seq2Seq.jpeg b/neural_machine_translation/plots/Conv_Seq2Seq.jpeg similarity index 100% rename from neural_machine_translation/plot/Conv_Seq2Seq.jpeg rename to neural_machine_translation/plots/Conv_Seq2Seq.jpeg diff --git a/neural_machine_translation/plot/Seq2Seq.jpeg b/neural_machine_translation/plots/Seq2Seq.jpeg similarity index 100% rename from neural_machine_translation/plot/Seq2Seq.jpeg rename to neural_machine_translation/plots/Seq2Seq.jpeg diff --git a/neural_machine_translation/plot/Seq2Seq_with_Attention.jpeg b/neural_machine_translation/plots/Seq2Seq_with_Attention.jpeg similarity index 100% rename from neural_machine_translation/plot/Seq2Seq_with_Attention.jpeg rename to neural_machine_translation/plots/Seq2Seq_with_Attention.jpeg diff --git a/neural_machine_translation/plot/Transformer.jpeg b/neural_machine_translation/plots/Transformer.jpeg similarity index 100% rename from neural_machine_translation/plot/Transformer.jpeg rename to neural_machine_translation/plots/Transformer.jpeg