Skip to content

Commit

Permalink
Some extra logging, 2
Browse files Browse the repository at this point in the history
  • Loading branch information
osmr committed May 31, 2019
1 parent b1f812e commit 36ae452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eval_gl.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ def add_eval_parser_arguments(parser):
parser.add_argument(
"--log-packages",
type=str,
default="mxnet",
default="mxnet, numpy",
help="list of python packages for logging")
parser.add_argument(
"--log-pip-packages",
type=str,
default="mxnet-cu100, numpy",
default="mxnet-cu100",
help="list of pip packages for logging")

parser.add_argument(
Expand Down
2 changes: 1 addition & 1 deletion train_gl.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def add_train_cls_parser_arguments(parser):
parser.add_argument(
"--log-packages",
type=str,
default="mxnet",
default="mxnet, numpy",
help="list of python packages for logging")
parser.add_argument(
"--log-pip-packages",
Expand Down

0 comments on commit 36ae452

Please sign in to comment.