janelu9 commented on issue #7990: I don't see any seq_len  was defined in the 
example of lstm
URL: 
https://github.com/apache/incubator-mxnet/issues/7990#issuecomment-331338129
 
 
   # embeding layer
       data = mx.sym.Variable('data')
       label = mx.sym.Variable('softmax_label')
       embed = mx.sym.Embedding(data=data, input_dim=input_size,
                                weight=embed_weight, output_dim=num_embed, 
name='embed')
       wordvec = mx.sym.SliceChannel(data=embed, num_outputs=seq_len, 
squeeze_axis=1)
   
   I don't understand how this argument was passed in
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to