jumpynitro / MPCC

MPCC: Matching Priors and Conditional for Clustering. Official implementation
4 stars 0 forks source link

URLError #1

Open xuaiyishen2012 opened 3 years ago

xuaiyishen2012 commented 3 years ago

Exception has occurred: URLError <urlopen error [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。> File "C:\Users\Desktop\MPCC-master\fid_p.py", line 257, in check_or_downloadinception 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)

jumpynitro commented 3 years ago

Hello, You already run the model and you are trying to test it with fid_p.py?. Do you already have the inception network in your system?.

Greetings.

xuaiyishen2012 commented 3 years ago

Hello! Thanks for replying the issue. The question I made before was caused by mistake. But I am facing another problem. FileNotFoundError: [Errno 2] No such file or directory: 'C10_inception_moments.npz'. This happened when I run the train_iter.py. Could you give me a hand?

------------------ 原始邮件 ------------------ 发件人: "jumpynitro/MPCC" @.>; 发送时间: 2021年4月27日(星期二) 凌晨1:33 @.>; @.**@.>; 主题: Re: [jumpynitro/MPCC] URLError (#1)

Hello, You already run the model and you are trying to test it with fid_p.py?. Do you already have the inception network in your system?.

Greetings.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jumpynitro commented 3 years ago

I provided the C10 inception metrics in a google drive, hopes this helps.