meghabyte / acl2021-education

Code for "Question Generation for Adaptive Education", to appear at ACL 2021.
31 stars 1 forks source link

No module named 'LMKT_classes' #1

Open freefrog1986 opened 2 years ago

freefrog1986 commented 2 years ago

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'
yichenchou commented 1 year ago

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