我是靠谱客的博主 名字长了才好记,最近开发中收集的这篇文章主要介绍从智谱清言报错信息看代码模型,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

图片转换时候报了一个错误,从中可以看出模型训练 实现方式还是比较粗糙:

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’

最后

以上就是名字长了才好记为你收集整理的从智谱清言报错信息看代码模型的全部内容,希望文章能够帮你解决从智谱清言报错信息看代码模型所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(136)

评论列表共有 0 条评论

立即
投稿
返回
顶部