• Pascal Lamblin's avatar
    Try to fix how Null gradients are propagated in Scan · 02514c6e
    Pascal Lamblin 提交于
    - propagate NullType when summing different gradient contributions
    - identify which outer outputs of the scan node implementing the grad
      should be Null
    - replace them, and the corresponding inner variables, with zeros
      of the appropriate size, so the scan node can be compiled and run.
    - introduce a difference in undefined gradient because going through
      a shared variable with updates, and because a NullType was returned
      by the internal graph.
    02514c6e
名称
最后提交
最后更新
..
tests 正在载入提交数据...
__init__.py 正在载入提交数据...
scan.py 正在载入提交数据...
scan_op.py 正在载入提交数据...
scan_opt.py 正在载入提交数据...
scan_perform.c 正在载入提交数据...
scan_perform.pyx 正在载入提交数据...
scan_perform_ext.py 正在载入提交数据...
scan_utils.py 正在载入提交数据...
scan_views.py 正在载入提交数据...