byteNet-tensorflow
byteNet-tensorflow copied to clipboard
Translating
Hey awesome implementation. Thanks. In translate.py, when I want to translate a source sentence, I still need to provide a target. Is the target the same as the source? Thanks
The target sentence contains an init special character followed by padding character up to the source length (This has been coded in translate.py). We only need a source sentence (which is currently being taken from the training text corpus itself). However, the translator is not yet producing reasonable results. If you want to experiment things, you may use it.