From ea90a4955e437d167813ebae1a2dca199d592fdf Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 15 May 2018 01:58:48 +0200 Subject: args --- options/dataset_options.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'options') diff --git a/options/dataset_options.py b/options/dataset_options.py index c302ec5..8fc0d31 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -187,4 +187,10 @@ class DatasetOptions(BaseOptions): self.opt, unknown = self.parser.parse_known_args(args) else: self.opt, unknown = self.parser.parse_known_args() + + print('------------ Options -------------') + for k, v in sorted(args.items()): + print('%s: %s' % (str(k), str(v))) + print('-------------- End ----------------') + return self.opt \ No newline at end of file -- cgit v1.2.3-70-g09d2