ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon
URL: 
https://github.com/apache/incubator-mxnet/issues/7501#issuecomment-323458832
 
 
   Suppose I wrote the following code:
   ```
   net = gluon.nn.HybridSwquential()
   net.add(gluon.nn.Dense(512))
   ```
   Is it possible to save ```net``` definition to a symbol file? I cannot find 
the API like you said above. What I only find is ```net.save_params()``` to 
save weights.
 
----------------------------------------------------------------
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