Skip to content
Snippets Groups Projects
Commit be133832 authored by Frisinghelli Daniel's avatar Frisinghelli Daniel
Browse files

Changed default behaviour of dataset path.

parent 80abc989
No related branches found
No related tags found
No related merge requests found
......@@ -176,9 +176,9 @@ def evaluation_parser():
# optional argument: dataset path
parser.add_argument('-ds', '--dataset-path', type=str,
help=('Path to the datasets on the current machine {}.'
help=('Path to the datasets on the current machine. '
'Per default, it is assumed to be same as during'
' model training .'.format(default)),
' model training.'),
default='', metavar='')
return parser
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment