josarajar / HTRTF

This repository provides a framework implemented in TensorFlow which performs OCR tasks.
8 stars 4 forks source link

Issue in running create_IAM_lines_dataset.py #3

Open srijan14 opened 5 years ago

srijan14 commented 5 years ago

When i run the create_IAM_lines_dataset.py, it throws an error saying :+1:

Traceback (most recent call last): File "create_IAM_lines_dataset.py", line 356, in main() File "create_IAM_lines_dataset.py", line 339, in main create_char_list_file(char_list_file_path, log_file_indicator) TypeError: create_char_list_file() missing 1 required positional argument: 'log_file_indicator'

In the main function, the create_char_list_file is being called with two parameters only though it expects three as per the definition.