accel-brain / accel-brain-code

The purpose of this repository is to make prototypes as case study in the context of proof of concept(PoC) and research and development(R&D) that I have written in my website. The main research topics are Auto-Encoders in relation to the representation learning, the statistical machine learning for energy-based models, adversarial generation networks(GANs), Deep Reinforcement Learning such as Deep Q-Networks, semi-supervised learning, and neural network language model for natural language processing.
https://accel-brain.co.jp
GNU General Public License v2.0
310 stars 92 forks source link

OSError: [WinError 126] The specified module could not be found #29

Open zaid-kamil opened 1 year ago

zaid-kamil commented 1 year ago

Cannot run the code, as its not importing the Class

Traceback (most recent call last):
  File "compose.py", line 1, in <module>
    from pycomposer.gancomposable._mxnet.conditional_gan_composer import ConditionalGANComposer
  File "C:\Users\ZAID\miniconda3\envs\py37\lib\site-packages\pycomposer\gancomposable\_mxnet\conditional_gan_composer.py", line 4, in <module>
    import mxnet as mx
  File "C:\Users\ZAID\miniconda3\envs\py37\lib\site-packages\mxnet\__init__.py", line 24, in <module>
    from .context import Context, current_context, cpu, gpu, cpu_pinned
  File "C:\Users\ZAID\miniconda3\envs\py37\lib\site-packages\mxnet\context.py", line 24, in <module>
    from .base import classproperty, with_metaclass, _MXClassPropertyMetaClass
  File "C:\Users\ZAID\miniconda3\envs\py37\lib\site-packages\mxnet\base.py", line 213, in <module>
    _LIB = _load_lib()
  File "C:\Users\ZAID\miniconda3\envs\py37\lib\site-packages\mxnet\base.py", line 204, in _load_lib
    lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_LOCAL)
  File "C:\Users\ZAID\miniconda3\envs\py37\lib\ctypes\__init__.py", line 364, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found