lawlite19/MachineLearning_Python

关于nn_params的问题

W-void opened this issue · 2 comments

为什么要将nn_params reshape来reshape去呢,不能直接向optimize.fmin_cg函数中传入它本来的shape吗

你可以看它函数的描述,必须要是一维的
image

非常感谢