(In progress) A PyTorch implementation for Machine translation on PHP Corpus dataset based on simple RNN model.
Link for PHP Corpus Data : https://opus.nlpl.eu/PHP.php
Whenever running the code, make the following changes in the code:
- Modify the local path to the dataset given in data.py
To Dos :
- Add arg parser commands in readme
- Encoder-decoder block
- Validation error is low, but train error is high. - HIGH
- Save metrices in csv for future usages
- Refine plots
For future help in fixes :
- model.py :
- if decoder is fed with "output", the batch size of output of decoder and target is fine, but if decoder is fed with "hidden", batch size of output of decoder and target is not same