age-estimation-pytorch icon indicating copy to clipboard operation
age-estimation-pytorch copied to clipboard

downloading trained model error

Open hsl8856 opened this issue 4 years ago • 1 comments

When I run demo.py, there is an error downloading the model. Is there any other way to download

hsl8856 avatar Jul 03 '20 01:07 hsl8856

You can directly download the model weight https://github.com/yu4u/age-estimation-pytorch/releases/tag/v1.0

And then, run: python demo.py --resume epoch044_0.02343_3.9984.pth

yu4u avatar Jul 04 '20 08:07 yu4u