This commit is contained in:
Bajibabu Bollepalli 2018-12-18 15:49:24 +02:00 коммит произвёл GitHub
Родитель 4b51b5c1e6
Коммит dce5a05e80
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -478,7 +478,7 @@ if __name__ == '__main__':
default=False,
help='Do not verify commit integrity to run training.')
parser.add_argument(
'--data_path', type=str, help='dataset path.', default='Defines the data path. It overwrites config.json.')
'--data_path', type=str, help='Defines the data path. It overwrites config.json.', default='')
args = parser.parse_args()
# setup output paths and read configs