TabularSemanticParsing icon indicating copy to clipboard operation
TabularSemanticParsing copied to clipboard

Modified `args.py` so that commandline arguments are read.

Open kalleknast opened this issue 3 years ago • 1 comments

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.

kalleknast avatar Feb 28 '21 22:02 kalleknast

Thanks for the contribution! Before we can merge this, we need @kalleknast to sign the Salesforce.com Contributor License Agreement.

salesforce-cla[bot] avatar Feb 28 '21 22:02 salesforce-cla[bot]