gpt4 book ai didi

python - 如何将 numpy.ndarray 对象转换为 theano.tensor?

转载 作者:太空宇宙 更新时间:2023-11-04 03:30:06 24 4
gpt4 key购买 nike

我有一个要更改为 thenao.tensor 的 csv 文件,我计划通过 2 个步骤完成1 个 csv 到 ndarray:使用 genfromtxt 方法很容易。2 ndarray to theano.tensor:这一步怎么做?有示例代码吗?

谢谢!

最佳答案

您可以使用 _shared,显然:http://deeplearning.net/software/theano/library/tensor/basic.html#converting-from-python-objects

from theano.tensor import _shared
import numpy as np
x = _shared(np.arange(10))

关于python - 如何将 numpy.ndarray 对象转换为 theano.tensor?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31395027/

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