timoschick/bertram

ImportError: Cannot import name 'InputProcessor'

Closed this issue · 0 comments

Hello,

By following your 'training from scratch' guide, I get the following error:

Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/mnt/bertram/bertram/input_processor.py", line 27, in <module> import bertram File "/mnt/bertram/bertram/bertram.py", line 25, in <module> from input_processor import InputProcessor ImportError: cannot import name 'InputProcessor' from 'input_processor' (/mnt/bertram/bertram/input_processor.py)

Do you have any idea on how to solve this?