arunponnusamy / gender-detection-keras

Gender detection (from scratch) using deep learning with keras and cvlib.
http://arunponnusamy.com
MIT License
184 stars 68 forks source link

issue with train.py #21

Open AfreenZehra opened 4 years ago

AfreenZehra commented 4 years ago

Getting an error, can you help me

Traceback (most recent call last): File "train.py", line 12, in from sklearn.model_selection import train_test_split File "C:\Python\Python37\lib\site-packages\sklearn__init__.py", line 75, in from .utils._show_versions import show_versions File "C:\Python\Python37\lib\site-packages\sklearn\utils_show_versions.py", line 12, in from ._openmp_helpers import _openmp_parallelism_enabled ImportError: DLL load failed: The specified module could not be found.