khanhlee / bert-enhancer

A Transformer Architecture Based on BERT and 2D Convolutional Neural Network to Identify DNA Enhancers from Sequence Information
24 stars 13 forks source link

extract_features.py #12

Open xixinhy opened 2 years ago

xixinhy commented 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?

hspfatemeh commented 8 months 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.