How to create shared variable in theano

后端 未结 0 486
南旧
南旧 2020-11-21 22:35

I am trying to convert a Pandas DataFrame into a shared tensor variable in Theano, with the following code:

vis_first = theano.shared(np.asarray(df_first), \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题