tf.contrib.rnn.DropoutWrapper 
Defined in tensorflow/python/ops/rnn_cell_impl.py.

def __init__(self, cell, input_keep_prob=1.0, output_keep_prob=1.0,
state_keep_prob=1.0, variational_recurrent=False,
input_size=None, dtype=None, seed=None): Args:
cell: an RNNCell, a projection to output_size is added to it.
input_keep_prob: unit Tensor or float between 0 and 1, input keep
probability; if it is constant and 1, no input dropout will be added.
output_keep_prob: unit Tensor or float between 0 and 1, output keep
probability; if it is constant and 1, no output dropout will be added.
state_keep_prob: unit Tensor or float between 0 and 1, output keep
probability; if it is constant and 1, no output dropout will be added.
State dropout is performed on the *output* states of the cell.
variational_recurrent: Python bool. If `True`, then the same
dropout pattern is applied across all time steps per run call.
If this parameter is set, `input_size` **must** be provided.
input_size: (optional) (possibly nested tuple of) `TensorShape` objects
containing the depth(s) of the input tensors expected to be passed in to
the `DropoutWrapper`. Required and used **iff**
`variational_recurrent = True` and `input_keep_prob < 1`.
dtype: (optional) The `dtype` of the input, state, and output tensors.
Required and used **iff** `variational_recurrent = True`.
seed: (optional) integer, the randomness seed.

  

最新文章

  1. 《图解HTTP》读书笔记
  2. 【设计模式】GoF设计模式学习总结
  3. Genymotion无法下载OVA文件
  4. Java中静态类型检查是如何进行的
  5. 2. Basic environment configuration
  6. 缓存应用--Memcached分布式缓存简介
  7. ls -l命令详解
  8. HDOJ/HDU 2140 Michael Scofield&#39;s letter(字符转换~)
  9. Canvas实现文字粒子化,并且绕轴旋转(初号机)
  10. &#39;Invalid update: invalid number of rows in section xx. The number of rows contained in an existing section after the update (xxx)...
  11. JavaSE学习总结第13天_API常用对象3
  12. HDOJ 5188 zhx and contest 贪婪+01背包
  13. Linux常见命令(系统命令)
  14. iOS中蓝牙的使用
  15. Scala类型限定
  16. POJ3070 Fibonacci(矩阵快速幂加速递推)【模板题】
  17. .resources文件转为可视化.resx文件
  18. BZOJ 2440 [中山市选2011]完全平方数 | 莫比乌斯函数
  19. 数学建模 TSP(旅行商问题) Lingo求解
  20. LeetCode: Sort List 解题报告

热门文章

  1. git log的个性化设置
  2. hashlib模块subprocess模块
  3. go入门收集(转)
  4. webdriver显式和隐式等待、强制等待
  5. FPGA资源平民化的新晋- F9 技术解析
  6. MySQL server has gone away 问题解决方法
  7. locate 定位配置文件
  8. jquery easyui控件事件监听委托给jquery事件监听,keyup取最新值问题
  9. Number theory
  10. day32—CSS多列布局学习