public static class
BlockLSTM.Options
Optional attributes for BlockLSTM
Public Methods
BlockLSTM.Options |
cellClip(Float cellClip)
|
BlockLSTM.Options |
forgetBias(Float forgetBias)
|
BlockLSTM.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 BlockLSTM.Options cellClip (Float cellClip)
Parameters
cellClip | Value to clip the 'cs' value to. |
---|
public BlockLSTM.Options usePeephole (Boolean usePeephole)
Parameters
usePeephole | Whether to use peephole weights. |
---|