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
Qiao Longfei edited this page Feb 24, 2018
·
1 revision
使用layer_helper.create_parameter创建parameter的时候,会在startup_program和main_program中创建两个var,这样做的主要目的是为了做infershape,compile time infershape的时候,只能看到当前block的Var,而看不到更高层次的block中的var。