You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@XiuweiHe I have tried models in "models" file, but no matter Resnet50 or SEnet50 or VGG16, which one I tried, it all rises error like below. Do you know where can I download the pre-trained model?
`Traceback (most recent call last):
File "main_CK+.py", line 245, in
net=RESNET50()
File "D:\Code\Pconv\models\xiuwei_he\models_99.py", line 281, in RESNET50
weights_path = get_file('rcmalli_vggface_tf_resnet50.h5',
File "C:\Users\zhy34\anaconda3\lib\site-packages\tensorflow\python\keras\utils\data_utils.py", line 278, in get_file
urlretrieve(origin, fpath, dl_progress)
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 247, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 509, in open
req = Request(fullurl, data)
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 328, in init
self.full_url = url
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 354, in full_url
self._parse()
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 383, in _parse
raise ValueError("unknown url type: %r" % self.full_url)
ValueError: unknown url type: './pretrained_model/rcmalli_vggface_tf_resnet50.h5'
Process finished with exit code -1
`
The text was updated successfully, but these errors were encountered:
Hi author,
@XiuweiHe I have tried models in "models" file, but no matter Resnet50 or SEnet50 or VGG16, which one I tried, it all rises error like below. Do you know where can I download the pre-trained model?
`Traceback (most recent call last):
File "main_CK+.py", line 245, in
net=RESNET50()
File "D:\Code\Pconv\models\xiuwei_he\models_99.py", line 281, in RESNET50
weights_path = get_file('rcmalli_vggface_tf_resnet50.h5',
File "C:\Users\zhy34\anaconda3\lib\site-packages\tensorflow\python\keras\utils\data_utils.py", line 278, in get_file
urlretrieve(origin, fpath, dl_progress)
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 247, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 222, in urlopen
return opener.open(url, data, timeout)
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 509, in open
req = Request(fullurl, data)
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 328, in init
self.full_url = url
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 354, in full_url
self._parse()
File "C:\Users\zhy34\anaconda3\lib\urllib\request.py", line 383, in _parse
raise ValueError("unknown url type: %r" % self.full_url)
ValueError: unknown url type: './pretrained_model/rcmalli_vggface_tf_resnet50.h5'
Process finished with exit code -1
`
The text was updated successfully, but these errors were encountered: