提交 08e7974b authored 作者: Razvan Pascanu's avatar Razvan Pascanu

removed unused paramter T

上级 3674d24c
...@@ -348,7 +348,6 @@ def scan(fn, ...@@ -348,7 +348,6 @@ def scan(fn,
inputs, inputs,
states_and_outputs_info, states_and_outputs_info,
parameters, parameters,
T_value,
truncate_gradient) truncate_gradient)
# 1. Variable representing the current time step # 1. Variable representing the current time step
...@@ -534,7 +533,6 @@ def one_step_scan(fn, ...@@ -534,7 +533,6 @@ def one_step_scan(fn,
inputs, inputs,
states_and_outputs_info, states_and_outputs_info,
parameters, parameters,
T,
truncate_gradient): truncate_gradient):
""" """
This function is evaluated if `n_steps` evaluates to either 1 or -1. This function is evaluated if `n_steps` evaluates to either 1 or -1.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论