byteNet-tensorflow icon indicating copy to clipboard operation
byteNet-tensorflow copied to clipboard

Translating

Open talolard opened this issue 8 years ago • 1 comments

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

talolard avatar Nov 26 '16 20:11 talolard

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.

paarthneekhara avatar Nov 27 '16 04:11 paarthneekhara