Files
pytorch-lightning/docs
Ryan Henderson 1a9f1c80a1 Fix example argument parser in docs (#1692)
[`parser.parse_known_args()`](https://docs.python.org/3.7/library/argparse.html#argparse.ArgumentParser.parse_known_args) actually returns a tuple of the Namespace of known args and a list of unknown args. We only want the former.
2020-05-04 11:40:50 -04:00
..
2020-04-08 11:38:12 -04:00
2019-11-28 12:48:55 -05:00
2019-11-28 12:48:55 -05:00