在theano中,对于共享变量,我们什么时候使用use =true?
在theano深度学习教程中,我发现在一些例子中使用了borrow=True,而在另一些例子中则没有,在logistic回归和MLP教程中,使用了borrow=True,而在卷积神经网络教程中没有使用borrow=True。
发布于 2016-01-13 07:01:12
在theano google组https://groups.google.com/forum/#!topic/theano-users/XWDOoKdpn5I找到答案
https://stackoverflow.com/questions/34760042
复制相似问题