This commit is contained in:
Sergii Dymchenko 2018-07-04 03:49:50 +00:00
Родитель 8577222563 2f91f7463b
Коммит 17e6a012f9
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -86,7 +86,7 @@ def train_and_eval(_base_model_file, _train_image_folder, _test_image_folder, _r
if not testing:
trained_model.save(_new_model_file)
print("Stored trained model at %s" % tl_model_file)
print("Stored trained model at %s" % _new_model_file)
# evaluate test images
with open(_results_file, 'w') as output_file: