Exception has occurred: URLError
<urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。>
File "C:\Users\Desktop\MPCC-master\fid_p.py", line 257, in check_or_download_inception
fn, _ = request.urlretrieve(INCEPTION_URL)
File "C:\Users\Desktop\MPCC-master\fid_p.py", line 275, in calculate_fid_given_paths
inception_path = check_or_download_inception(inception_path)
File "C:\Users\Desktop\MPCC-master\fid_p.py", line 313, in
fid_value = calculate_fid_given_paths(path, args.inception, low_profile=args.lowprofile)
Exception has occurred: URLError
<urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。>
File "C:\Users\Desktop\MPCC-master\fid_p.py", line 257, in check_or_download_inception
fn, _ = request.urlretrieve(INCEPTION_URL)
File "C:\Users\Desktop\MPCC-master\fid_p.py", line 275, in calculate_fid_given_paths
inception_path = check_or_download_inception(inception_path)
File "C:\Users\Desktop\MPCC-master\fid_p.py", line 313, in
fid_value = calculate_fid_given_paths(path, args.inception, low_profile=args.lowprofile)