Skip to content

Commit

Permalink
parser fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ms authored and ms committed Jan 13, 2020
1 parent 8b00638 commit bbcb0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def args(mode):
help='number of GPUs to utilize')
parser.add_argument('--cpus', required=False, action='store',
type=int, dest='CPUS', help='number of CPU cores')
parser.add_argument('-v', '--verbose' required=False, action='store_true',
parser.add_argument('-v', '--verbose', required=False, action='store_true',
help='verbose and timed script')

return parser.parse_args()

0 comments on commit bbcb0e9

Please sign in to comment.