You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: