[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-08 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131980722 ## File path: tests/python/unittest/test_autograd.py ## @@ -251,18 +251,49 @@ def

[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-08 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131980348 ## File path: python/mxnet/autograd.py ## @@ -106,10 +135,41 @@ def pause(is_train=False):

[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-08 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131980315 ## File path: python/mxnet/autograd.py ## @@ -106,10 +135,41 @@ def pause(is_train=False):

[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-07 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131579066 ## File path: python/mxnet/autograd.py ## @@ -54,26 +76,28 @@ class

[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-07 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131579089 ## File path: python/mxnet/autograd.py ## @@ -45,6 +45,28 @@ def set_training(is_train):

[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-07 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131579043 ## File path: python/mxnet/autograd.py ## @@ -112,6 +137,34 @@ def pause(is_train=False):

[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-07 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131578883 ## File path: python/mxnet/autograd.py ## @@ -45,6 +45,28 @@ def set_training(is_train):

[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-07 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131578850 ## File path: python/mxnet/autograd.py ## @@ -45,6 +45,28 @@ def set_training(is_train):

[GitHub] piiswrong commented on a change in pull request #7356: decouple record/train and add state readers

2017-08-07 Thread git
piiswrong commented on a change in pull request #7356: decouple record/train and add state readers URL: https://github.com/apache/incubator-mxnet/pull/7356#discussion_r131578832 ## File path: python/mxnet/autograd.py ## @@ -10,21 +10,21 @@ from .symbol import