carpedm20 / carpedm20/DCGAN-tensorflow

Unable to train model because of python runtime error

Open
#235 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.2k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

Does anyone know why this error occurs? Installed the dependencies from pip3 using python3, as specified in the dependencies folder.

python request dependency was also not included in the required dependencies section. I recommend the developers of this project create a dependencies.txt file in order to give users visiting this project a complete set of the required dependencies.

Using Windows10.

Appreciate any help

$ python main.py --dataset mnist --input_height=28 --output_height=28 --train
Traceback (most recent call last):
File "main.py", line 2, in
import scipy.misc
File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\site-packages\scipy\misc\__init__.py", line 53, in
from scipy.interpolate._pade import pade
File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\site-packages\scipy\interpolate\__init__.py", line 176, in
from .interpolate import *
File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\site-packages\scipy\interpolate\interpolate.py", line 20, in
import scipy.linalg
File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\site-packages\scipy\linalg\__init__.py", line 175, in
from .misc import *
File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\site-packages\scipy\linalg\misc.py", line 5, in
from .blas import get_blas_funcs
File "C:\Users\user\AppData\Local\Programs\Python\Python35\lib\site-packages\scipy\linalg\blas.py", line 155, in
from scipy.linalg import _fblas
ImportError: DLL load failed: The specified module could not be found.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with main.py and the dependency materials in the dependencies folder, then run the reported `python main.py --dataset mnist --input_height=28 --output_height=28 --train` command on the stated Windows setup. Check whether the complete required dependency set is documented, including the missing request dependency; done means the dependency instructions are complete and the reported runtime import failure is addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, tensorflow
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.