wj

Results 3 comments of wj

xml: IF NOT EXISTS ( SELECT Id from [istrong_data_collection].[dbo].[FY_XjWeather] where StartTime = #{StartTime} ) BEGIN IF NOT EXISTS (SELECT Id from [istrong_data_collection].[dbo].[FY_XjWeather] where CompanyId = #{SiteCodeList['CompanyId']} and SiteCode = #{SiteCodeList['SiteCode']}...

python demo.py --input data/cloud.png --model scripts/edsr-baseline-liif.pth --resolution 5001,3001 --output output.png --gpu 0, err:RuntimeError: scripts/edsr-baseline-liif.pth is a zip archive (did you mean to use torch.jit.load()?),why??