• Razvan Pascanu's avatar
    Fix to the provided memory bug with truncated BPTT. · 516dced0
    Razvan Pascanu 提交于
    If scan receives memory in the output storage map it uses it. Now if you run
    truncated BPTT, you do not loop over the entire sequence, and you should
    return 0 for all the entries you don not visit. I used to assume that the
    data I allocate does that ( because I used to allocate it using zeros), but
    now if data is provided I did not check if those values are actually 0s.
    516dced0
名称
最后提交
最后更新
..
compile 正在载入提交数据...
gof 正在载入提交数据...
misc 正在载入提交数据...
sandbox 正在载入提交数据...
scalar 正在载入提交数据...
scan_module 正在载入提交数据...
sparse 正在载入提交数据...
tensor 正在载入提交数据...
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
configdefaults.py 正在载入提交数据...
configparser.py 正在载入提交数据...
gradient.py 正在载入提交数据...
printing.py 正在载入提交数据...
raise_op.py 正在载入提交数据...