model.py 文件源码

python
阅读 39 收藏 0 点赞 0 评论 0

项目:epfl-semester-project-biaxialnn 作者: onanypoint 项目源码 文件源码
def make_node(self, state, time):
        """Creates an Apply node representing the application of the op on 
        the inputs provided.

        Parameters
        ----------
        state : array_like
            The state to transform into feature space
        time : int
            The current time being processed

        Returns
        -------
        theano.Apply
            [description]
        """
        state = T.as_tensor_variable(state)
        time = T.as_tensor_variable(time)
        return theano.Apply(self, [state, time], [T.bmatrix()])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号