-
When running RecBole on GPU by setting confit['device'] = 'cuda', I received the following errors: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): Contents of /home/zf_qzh/Python3/lib/python3.8/site-packages/sklearn/_check_build: It seems that scikit-learn has not been built correctly. If you have installed scikit-learn from source, please do not forget If you have used an installer, please check that it is suited for your How can I settle this case? Thanks~ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@dyoflut Hello, thanks for your attention to RecBole! |
Beta Was this translation helpful? Give feedback.
@dyoflut Hello, thanks for your attention to RecBole!
This problem is probably due to the wrong order of importing package. You can reorder dependent packages. You can refer to this sklearn issue for specific solutions.