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
The Program.clone only clone the variables and ops
in the program into a new program. However, the
information of Parameter is not clone.
So we need restore the information of Parameters.
FixPaddlePaddle#5871
* Restore the param infos in Program.clone()
The Program.clone only clone the variables and ops
in the program into a new program. However, the
information of Parameter is not clone.
So we need restore the information of Parameters.
Fix#5871
* Follow comments
* Fix CI
* Fix CI
* Fix CI
Paddle/python/paddle/v2/fluid/framework.py
Lines 487 to 492 in d883547
The
Program.clone
only clone the variables and ops in the program into a new program. However, the information of Parameter is not clone.So we need restore the information of
Parameters
.The text was updated successfully, but these errors were encountered: