[seq2seq] make it easier to run the scripts (#7274)

This commit is contained in:
Stas Bekman
2020-09-24 12:23:48 -07:00
committed by GitHub
parent 8d3bb781ee
commit eadd870b2f
18 changed files with 50 additions and 31 deletions

2
examples/seq2seq/minify_dataset.py Normal file → Executable file
View File

@@ -1,3 +1,5 @@
#!/usr/bin/env python
from pathlib import Path
import fire