Open bittlingmayer opened 7 years ago
In the example at the end of the README, decode is called with test_path but not train_path. (That makes sense to me.)
However, in correct_text.py main, FLAGS.train_path is still required even for the code path that runs when FLAGS.decode is true.
Should I change the README, or correct_text.py?
In the example at the end of the README, decode is called with test_path but not train_path. (That makes sense to me.)
However, in correct_text.py main, FLAGS.train_path is still required even for the code path that runs when FLAGS.decode is true.
Should I change the README, or correct_text.py?