河口企业网站开发公司,网站开发毕设的需求分析,wordpress主题 资源站,镇江网站制作网站建设报错#xff1a;
RuntimeError: The size of tensor a (4) must match the size of tensor b (3) at non-singleton
解决#xff1a;
img Image.open(image_path)
改为
img Image.open(image_path).convert(RGB)。
完成~报错
RuntimeError: The size of tensor a (4) must match the size of tensor b (3) at non-singleton
解决
img Image.open(image_path)
改为
img Image.open(image_path).convert(RGB)。
完成~