[GitHub] ThomasDelteil commented on a change in pull request #11127: add import_ for SymbolBlock

2018-06-12 Thread GitBox
ThomasDelteil commented on a change in pull request #11127: add import_ for SymbolBlock URL: https://github.com/apache/incubator-mxnet/pull/11127#discussion_r194838415 ## File path: docs/tutorials/gluon/save_load_params.md ## @@ -61,7 +61,7 @@ def build_lenet(net):

[GitHub] ThomasDelteil commented on a change in pull request #11127: add import_ for SymbolBlock

2018-06-11 Thread GitBox
ThomasDelteil commented on a change in pull request #11127: add import_ for SymbolBlock URL: https://github.com/apache/incubator-mxnet/pull/11127#discussion_r194591463 ## File path: python/mxnet/gluon/block.py ## @@ -317,8 +317,23 @@ def save_params(self, filename):

[GitHub] ThomasDelteil commented on a change in pull request #11127: add import_ for SymbolBlock

2018-06-04 Thread GitBox
ThomasDelteil commented on a change in pull request #11127: add import_ for SymbolBlock URL: https://github.com/apache/incubator-mxnet/pull/11127#discussion_r192873630 ## File path: python/mxnet/gluon/block.py ## @@ -885,6 +885,50 @@ class SymbolBlock(HybridBlock):

[GitHub] ThomasDelteil commented on a change in pull request #11127: add import_ for SymbolBlock

2018-06-04 Thread GitBox
ThomasDelteil commented on a change in pull request #11127: add import_ for SymbolBlock URL: https://github.com/apache/incubator-mxnet/pull/11127#discussion_r192873630 ## File path: python/mxnet/gluon/block.py ## @@ -885,6 +885,50 @@ class SymbolBlock(HybridBlock):