jkwang93 / MCMG

MCMG_V1
MIT License
69 stars 25 forks source link

[BUG] in 3_train_middle_model_dm file #4

Closed jonghyunlee1993 closed 1 year ago

jonghyunlee1993 commented 2 years ago

Hello, I'm really impressed by your work.

When I followed your instruction, I got unexpected errors.

  1. models > model_rnn.py Line number 8 from utils import Variable -> from MCMG_utils.utils import Variable

  2. 3_train_middle_model_dm.py Line number 70 dest='save_model' -> dest='save_model

Thank you.

jkwang93 commented 1 year ago

Thank you very much for the reminder, we have now corrected the code~