图片转换时候报了一个错误,从中可以看出模型训练 实现方式还是比较粗糙:
python3.10微调的PIL训练模型, nginx一键安装套件搭建的前端
FileNotFoundError Traceback (most recent call last) Cell In[2], line 8 5 png_img_path = correct_img_path.replace(‘.png’, ‘_converted.png’) 7 # Load the image and save it as PNG ----> 8 img = Image.open(correct_img_path) 9 img.save(png_img_path) 11 png_img_path File /usr/local/lib/python3.10/site-packages/PIL/Image.py:3243, in open(fp, mode, formats) 3240 filename = fp 3242 if filename: -> 3243 fp = builtins.open(filename, “rb”) 3244 exclusive_fp = True 3246 try: FileNotFoundError: [Errno 2] No such file or directory: ‘/mnt/data/A_modern_Chinese_advertisement_banner_for_inter.png’
最后
以上就是名字长了才好记最近收集整理的关于从智谱清言报错信息看代码模型的全部内容,更多相关从智谱清言报错信息看代码模型内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复