Closed suzil closed 6 years ago
from builtins import input
click
argparse
src
source
tgt
target
checkpoint_path
from builtins import input
allows for Python 2/3 compatibility while keeping Python 3 syntaxclick
is an alternative to the built-inargparse
which is just a cleaner, easier-to-read syntactic sugar imosrc
tosource
andtgt
totarget
as I think this makes it much easier to readcheckpoint_path
was defined twice so I made it so that it is only defined once