gpt4 book ai didi

python - Theano 中的 allow_input_downcast 是做什么的?

转载 作者:太空宇宙 更新时间:2023-11-04 09:56:34 26 4
gpt4 key购买 nike

我正在查看可用的 theano 代码 here

在第 71 和 73 行,我看到了 allow_input_downcast。 例如在第 71 行

train = theano.function(inputs=[X, Y], outputs=cost, updates=updates, allow_input_downcast=True)`

你能帮我理解这个属性的用途吗?

提前致谢

最佳答案

来自 Theano 文档:

allow_input_downcast (Boolean or None) – True means that the values passed as inputs when calling the function can be silently downcasted to fit the dtype of the corresponding Variable, which may lose precision. False means that it will only be cast to a more general, or precise, type. None (default) is almost like False, but allows downcasting of Python float scalars to floatX.

例如(可能不是最具说明性的),这似乎表明如果您的输入是 dtype np.float64 并且您的变量被实例化为具有 dtype np.float32,则当标志设置为 True。

关于python - Theano 中的 allow_input_downcast 是做什么的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45573293/

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