acl2021-education icon indicating copy to clipboard operation
acl2021-education copied to clipboard

No module named 'LMKT_classes'

Open freefrog1986 opened this issue 2 years ago • 1 comments

when run python play_qg_model.py -g models/question_generation/spanish_qg , I got this issue below

Traceback (most recent call last):
  File "play_qg_model.py", line 22, in <module>
    from src import generate_questions
  File "/dfs/data/acl2021-education/src/generate_questions.py", line 30, in <module>
    from LMKT_classes import QgGPT2LMHeadModel
ModuleNotFoundError: No module named 'LMKT_classes'

freefrog1986 avatar Aug 15 '22 06:08 freefrog1986

I also have the same problem. Have you solved it?

yichenchou avatar Mar 16 '23 11:03 yichenchou