Skip to content

Conversation

@kalleknast
Copy link

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.

No commandline arguments would be read when using: `args = ['--gpu', '0']` and `args = parser.parse_args(args)`. `args = parser.parse_args()` allows arguments to be read.
@salesforce-cla
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant