[GitHub] ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon

2017-08-18 Thread git
ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon
URL: 
https://github.com/apache/incubator-mxnet/issues/7501#issuecomment-323460908
 
 
   I see. Thanks.
 

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


[GitHub] ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon

2017-08-18 Thread git
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


[GitHub] ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon

2017-08-17 Thread git
ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon
URL: 
https://github.com/apache/incubator-mxnet/issues/7501#issuecomment-323191837
 
 
   Yes. I tried ```.save_params()``` function, it only saves the params. I 
cannot find the symbol file :(.
   I checked all layers. All of them are inherited from hybridblock.
 

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


[GitHub] ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon

2017-08-17 Thread git
ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon
URL: 
https://github.com/apache/incubator-mxnet/issues/7501#issuecomment-323191837
 
 
   Yes. I tried ```.save_params()``` function, it only saves the params. I 
cannot find the symbol file :(.
 

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


[GitHub] ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon

2017-08-17 Thread git
ShownX commented on issue #7501: [Feature Request] save symbol as well in gluon
URL: 
https://github.com/apache/incubator-mxnet/issues/7501#issuecomment-323190457
 
 
   how to serialize hybridblock?
 

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