[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-24 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368286926 This clumsy attempt wont work because you cannot convert a symbol to an int.

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-24 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368286692 I have seen this: https://github.com/apache/incubator-mxnet/issues/6087 and I have also seen this:

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-24 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368286692 I have seen this: https://github.com/apache/incubator-mxnet/issues/6087 and I have also seen this:

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-23 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368200989 If I want to run this model in C++ it might make more sense to implement the network parts in C++ also so I

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-23 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368200910 OK a minor update to generalise the model to the width and height of the input

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-23 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368200661 OK now I have discovered the limit of this network it can only be saved as a symbolic network if the

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-23 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368199853 The hack ``` def print_summary(symbol, shape=None, line_length=120,

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-23 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368199481 Now I have a new error ```

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-23 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368198997 OK I have now added arguments to infer_shape_partial because without it I wasnt getting any values for the

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-23 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-368197281 I found this a little bit of help: https://github.com/apache/incubator-mxnet/issues/1337

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-21 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-367288661 OK here are my latest commits:

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-21 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-367288661 OK here are my latest commits:

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-20 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-367202011 OK I can train the model, but the loss didnt get low enough to brag about yet, but when I save the model, I

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-20 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-366922348 I think I have got something working:

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-19 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-366830758 thanks for the help, I will continue with this advice.

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-19 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-366778617 I have continued on further see `python main.py train --dataset dataset --style-folder

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-19 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-366778617 I have continued on further see `python main.py train --dataset dataset --style-folder

[GitHub] samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style

2018-02-18 Thread GitBox
samhodge commented on issue #9813: Unable to save gluon model to symbolic network : neural style URL: https://github.com/apache/incubator-mxnet/issues/9813#issuecomment-366503862 I have had a bit of a fiddle but I am getting lost have a look here: