TabularSemanticParsing
TabularSemanticParsing copied to clipboard
Modified `args.py` so that commandline arguments are read.
No commandline arguments were be read when using
args = ['--gpu', '0']`
args = parser.parse_args(args)
args = parser.parse_args()
allows arguments to be read.
Thanks for the contribution! Before we can merge this, we need @kalleknast to sign the Salesforce.com Contributor License Agreement.