LiuGZ

Results 3 comments of LiuGZ

Just import every modules with from .xxx[module path] import XXX[module name], like from .resample2d_package.modules.resample2d import Resample2d in every python files in networks directory. ------------------ 原始邮件 ------------------ 发件人: "Min Sheng, Wu";...

Could you tell me which line reported an error ------------------ 原始邮件 ------------------ 发件人: "rodrigosilvafe"; 发送时间: 2019年2月27日(星期三) 凌晨0:24 收件人: "phoenix104104/fast_blind_video_consistency"; 抄送: "刘光忠"; "Author"; 主题: Re: [phoenix104104/fast_blind_video_consistency] No module named'resample2d_package' (#6) In...

File "test_pretrained.py", line 47,you need change the 'with open(opts_filename, 'r') as f:' into 'with open(opts_filename, 'rb') as f:' ------------------ 原始邮件 ------------------ 发件人: "rodrigosilvafe"; 发送时间: 2019年2月27日(星期三) 中午11:03 收件人: "phoenix104104/fast_blind_video_consistency"; 抄送: "刘光忠";...