OCRF icon indicating copy to clipboard operation
OCRF copied to clipboard

error?

Open shuashuaya opened this issue 7 years ago • 1 comments

I installed Conda with anaconda2 and Windows Subsystem for Linux. I have strictly followed the steps in instructions, and tried the example named bench_ocrf,py Here is the error information: DeprecationWarning: This module has been deprecated in favor of the model_selection module into which all the refactored classes and functions are moved. Also note that the interface of the new CV iterators are different from that of this module. This module will be removed in 0.20. "This module will be removed in 0.20.", DeprecationWarning) /home/sy/anaconda/envs/OCRF_ENV/lib/python2.7/site-packages/sklearn/grid_search.py:43: DeprecationWarning: This module has been deprecated in favor of the model_selection module into which all the refactored classes and functions are moved. This module will be removed in 0.20. DeprecationWarning) OMP: Error #100: Fatal system error detected. OMP: System error #22: Invalid argument Aborted (core dumped)

shuashuaya avatar Jul 03 '17 11:07 shuashuaya

Hi, I don't think the deprecation warnings are a problem. Looks like it's more about OpenMP windows. Try to set the environment variable KMP_AFFINITY=disabled.

see: https://github.com/Microsoft/BashOnWindows/issues/785.

RomainBrault avatar Jul 19 '17 12:07 RomainBrault