ml4bio / RNA-FM

RNA foundation model
https://ml4bio.github.io/RNA-FM/
MIT License
190 stars 18 forks source link

ImportError #2

Open ssscj opened 1 year ago

ssscj commented 1 year ago

Hi, thanks for developing RNA-FM. I run the extract embedding step using python launch/predict.py , and it raised an Error: ImportError: cannot import name 'make_data_loader' from 'data' . Thanks.

mydkzgj commented 9 months ago

Hi, sorry for the late reply.

This ImportError may be caused by your working directory. You should ensure you conduct the "python launch/predict.py" in "redevelop" folder. Then 'make_data_loader' can be found in the data module by the interpreter.