yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation
MIT License
1.45k stars 501 forks source link

wide_resnet error #57

Open vijnasu opened 5 years ago

vijnasu commented 5 years ago

from wide_resnet import WideResNet ModuleNotFoundError: No module named 'wide_resnet'

yu4u commented 5 years ago

Please report exactly what you did for reproducibility of the problem.

vijnasu commented 5 years ago

I am using demo.py in windows which was working fine. Now I have Ubuntu 16.04 where I have configured conda with the required packages. But while running the demo.py in Ubuntu it throws an import error for the line "from wide_resnet import WideResNet". I tried reinstalling couple of dependencies. But didn't worked. How to fix this? Which exact package can resolve this issue?

yu4u commented 5 years ago

Hmm, it's strange. There is no dependencies related to the error because demo.py simply imports a function from wide_resnet.py that is included in the project: age-gender-estimation/wide_resnet.py...

devssh commented 5 years ago

Boss, I had the same error, wide_resnet.py is in the repo... Its not in pip. Can close this issue

rishav130 commented 5 years ago

!! any solution....

yu4u commented 5 years ago

Run the script in the project root directory.

christer1114 commented 3 years ago

The wide_resnet.py is no longer there?

MounikaChilukoti commented 2 years ago

As i tried to install this package several times.Still it is showing the same as below:

!pip install wide_resnet ERROR: Could not find a version that satisfies the requirement wide_resnet (from versions: none) ERROR: No matching distribution found for wide_resnet

What should i do..?

M-Hassan-Maqsood commented 8 months ago

I have the same error !pip install wide_resnet ERROR: Could not find a version that satisfies the requirement wide_resnet (from versions: none) ERROR: No matching distribution found for wide_resnet