You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
完整报错/Complete Error Message:
Traceback (most recent call last):
File "", line 1, in
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/framework/io.py", line 1132, in load
load_result = _legacy_load(path, **configs)
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/framework/io.py", line 1179, in _legacy_load
load_result = _load_state_dict_from_save_params(model_path)
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/framework/io.py", line 137, in _load_state_dict_from_save_params
_dygraph_tracer().trace_op(
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/fluid/dygraph/tracer.py", line 323, in trace_op
self.eager_legacy_trace_op(
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/fluid/dygraph/tracer.py", line 177, in eager_legacy_trace_op
returns = function_ptr(*arg_list, *attrs_list)
ValueError: (InvalidArgument) Deserialize to tensor failed, maybe the loaded file is not a paddle model(expected file format: 0, but 1301916170 found).
[Hint: Expected version == 0U, but received version:1301916170 != 0U:0.] (at ../paddle/fluid/framework/lod_tensor.cc:301)
[operator < load > error]
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
yes
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
This discussion was converted from issue #11022 on June 10, 2024 02:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
Traceback (most recent call last):
File "", line 1, in
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/framework/io.py", line 1132, in load
load_result = _legacy_load(path, **configs)
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/framework/io.py", line 1179, in _legacy_load
load_result = _load_state_dict_from_save_params(model_path)
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/framework/io.py", line 137, in _load_state_dict_from_save_params
_dygraph_tracer().trace_op(
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/fluid/dygraph/tracer.py", line 323, in trace_op
self.eager_legacy_trace_op(
File "/home/rich/.envs/lib/python3.8/site-packages/paddle/fluid/dygraph/tracer.py", line 177, in eager_legacy_trace_op
returns = function_ptr(*arg_list, *attrs_list)
ValueError: (InvalidArgument) Deserialize to tensor failed, maybe the loaded file is not a paddle model(expected file format: 0, but 1301916170 found).
[Hint: Expected version == 0U, but received version:1301916170 != 0U:0.] (at ../paddle/fluid/framework/lod_tensor.cc:301)
[operator < load > error]
我们提供了AceIssueSolver来帮助你解答问题,你是否想要它来解答(请填写yes/no)?/We provide AceIssueSolver to solve issues, do you want it? (Please write yes/no):
yes
请尽量不要包含图片在问题中/Please try to not include the image in the issue.
Beta Was this translation helpful? Give feedback.
All reactions