You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/25 19:34:56 UTC

[GitHub] jesterhazy commented on issue #9501: LSTM doesn't work with Symbols and HybridBlocks

jesterhazy commented on issue #9501: LSTM doesn't work with Symbols and HybridBlocks
URL: https://github.com/apache/incubator-mxnet/issues/9501#issuecomment-360575548
 
 
   @aidan-plenert-macdonald you could try:
   
   - training your model
   - saving the weights with `net.save_params(path, epoch)`
   - recreating the model in python code (instead of trying to loading symbols)
   - loading the trained weights with `net.load_params(path, ...)`
   
   this should work for (non-hybrid) gluon models generally, not just LSTM.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services