ops.py 文件源码

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

项目:sampleRNN_ICLR2017 作者: soroushmehr 项目源码 文件源码
def __VanillaRNNstep(
        name,
        input_dim,
        hidden_dim,
        current_inp,
        last_hidden,
        weightnorm=True):
    """
    CAUTION:
        Not for stand-alone usage. It is defined here (instead of
        inside VanillaRNN function) to not clutter the code.

    :todo:
        - Implement!
        - Test!
    """
    # S_t = tanh(U*X_t+W*S_{t-1})
    raise NotImplementedError
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号