ReactSeq / inference.py
Oopstom's picture
Upload 313 files
c668e80 verified
raw
history blame
96 Bytes
#!/usr/bin/env python
from onmt.bin.translate import main
if __name__ == "__main__":
main()