[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

[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

[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

[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 :(.

[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