1
我所經歷的可用here在Theano中allow_input_downcast做什麼?
在行theano碼71 & 73我看到allow_input_downcast.
例如在線路71
train = theano.function(inputs=[X, Y], outputs=cost, updates=updates, allow_input_downcast=True)`
能否請你幫我理解這個屬性的目的是什麼?
由於提前