gpt4 book ai didi

python-2.7 - 我可以给 theano 中的给定提供一个元组或列表吗

转载 作者:行者123 更新时间:2023-11-30 09:21:44 26 4
gpt4 key购买 nike

在theano中,我的函数如下所示:

theano.function([index],classifier.errors(y),
gives={
x:(trainset_x[0][index*batch:(index+1)*batch],trainset_x[1][index*batch:(index+1)*batch)
y:trainset_y[index*batch:(index+1)*batch]},allow_input_downcast=True)

但它不起作用。 (给定中的 x 是一个元组,对吗?)谢谢

最佳答案

x 值应该是一个符号表达式,其维度与 x 的维度相同。例如,如果x是一个矩阵,那么这里的符号表达式也应该描述一个矩阵。

关于python-2.7 - 我可以给 theano 中的给定提供一个元组或列表吗,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34565479/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com