public static class
LSTMBlockCell.Options
Optional attributes for LSTMBlockCell
Public Methods
LSTMBlockCell.Options |
cellClip(Float cellClip)
|
LSTMBlockCell.Options |
forgetBias(Float forgetBias)
|
LSTMBlockCell.Options |
usePeephole(Boolean usePeephole)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public LSTMBlockCell.Options cellClip (Float cellClip)
Parameters
cellClip | Value to clip the 'cs' value to. |
---|
public LSTMBlockCell.Options forgetBias (Float forgetBias)
Parameters
forgetBias | The forget gate bias. |
---|
public LSTMBlockCell.Options usePeephole (Boolean usePeephole)
Parameters
usePeephole | Whether to use peephole weights. |
---|