inputs = paddle.static.InputSpec([-1,449], dtype='int32', name='input')
label = paddle.static.InputSpec([-1,449], dtype='int32', name='label')
model = paddle.Model(models, inputs, label)
model.load("model.pdparams")
错误详情:UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa5 in position 10335809: invalid start byte
在AiStudio读取是正常的,模型文件是从AiStudio中下下来的,但是到本机中,一直读取错误,不加载权重,模型是没有问题的,可以运行。
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块