Closed swidi closed 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
@swidi thanks for the catch! It should be data_utils instead. I fixed some minor bugs as well, so please pull again.
data_utils
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