Open xixinhy opened 2 years ago
I need your help。I have the following questions: Do I need to play extract_seq.py before running extract_features.py then bert2json.txt? but I'm running extract_seq.py, the following problems occur: ‘’ import modeling ModuleNotFoundError: No module named 'modeling'"
What am I supposed to do?
You should download Bert's files. The modeling.py is there.
I need your help。I have the following questions: Do I need to play extract_seq.py before running extract_features.py then bert2json.txt? but I'm running extract_seq.py, the following problems occur: ‘’ import modeling ModuleNotFoundError: No module named 'modeling'"
What am I supposed to do?