-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError when training data #23
Comments
I'm running with cpu) |
Thanks for your quick reply🌹 |
I find the AttributeError results from windows system, the Pool.map function is failed (https://medium.com/@grvsinghal/speed-up-your-python-code-using-multiprocessing-on-windows-and-jupyter-or-ipython-2714b49d6fac) |
Dear developer, I get an error when training data:
AttributeError: Can't get attribute 'RNA_SS_data' on <module '__mp_main__' from 'D:\\大四\\上学期\\机器学习及其在化学中的应用\\大作业\\workdir\\ufold_train.py'>
The file related to 'mp_main' is "C:\Users\fly\anaconda3\lib\multiprocessing\spawn.py", it seems like a multiprocessing error, could you please help me with this problem? Thank you!
The text was updated successfully, but these errors were encountered: