public static class LSTMBlockCell.Options extends Object
LSTMBlockCell| Modifier and Type | Method and Description |
|---|---|
LSTMBlockCell.Options |
cellClip(Float cellClip) |
LSTMBlockCell.Options |
forgetBias(Float forgetBias) |
LSTMBlockCell.Options |
usePeephole(Boolean usePeephole) |
public LSTMBlockCell.Options forgetBias(Float forgetBias)
forgetBias - The forget gate bias.public LSTMBlockCell.Options cellClip(Float cellClip)
cellClip - Value to clip the 'cs' value to.public LSTMBlockCell.Options usePeephole(Boolean usePeephole)
usePeephole - Whether to use peephole weights.Copyright © 2015–2019. All rights reserved.