Keybase proof
I hereby claim:
- I am lostella on github.
- I am lostella (https://keybase.io/lostella) on keybase.
- I have a public key ASAiQnm-kLkopRgiLCGDKC5w5ZcA-ehLSCEZAp-HYjaxLAo
To claim this, I am signing this object:
import mxnet as mx | |
class MyBlock(mx.gluon.HybridBlock): | |
def __init__(self): | |
super().__init__() | |
with self.name_scope(): | |
self.lstmcell = mx.gluon.rnn.LSTMCell(hidden_size=20) | |
def hybrid_forward(self, F, seq): | |
outputs, state = self.lstmcell.unroll(inputs=seq, length=10, layout="NTC", merge_outputs=True) |
import mxnet as mx | |
class MyBlock(mx.gluon.HybridBlock): | |
def __init__(self): | |
super().__init__() | |
with self.name_scope(): | |
self.lstm = mx.gluon.rnn.HybridSequentialRNNCell() | |
for layer in range(3): | |
self.lstm.add(mx.gluon.rnn.LSTMCell(hidden_size=20)) |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object: