fabrahman / Emo-Aware-Storytelling

Code repository for our EMNLP 2020 long paper "Modeling Protagonist Emotions for Emotion-Aware Storytelling" (https://arxiv.org/abs/2010.06822)
MIT License
19 stars 6 forks source link

"utils2" is needed as an import but is not provided #1

Closed swidi closed 3 years ago

swidi commented 3 years ago

Hello, We are trying to test your model but can't because the import "utils2" is not provided. It is used e.g. in interactive_generation.py, line 22: from utils2 import model_utils, processor

fabrahman commented 3 years ago

@swidi thanks for the catch! It should be data_utils instead. I fixed some minor bugs as well, so please pull again.