r3stl355 opened a new pull request #19072: URL: https://github.com/apache/incubator-mxnet/pull/19072
## Description ## An attempt to run `example/gluon/mnist/mnist.py` throwing error `AttributeError: 'Sequential' object has no attribute 'name_scope'`. Removing `with net.name_scope():` fixed the problem. Script now runs and completes the training. ## Checklist ## ### Essentials ### - [X ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], [FEATURE], [DOC], etc) - [X ] Changes are complete (i.e. I finished coding on this PR) - [- ] All changes have test coverage - there are no tests but example script runs after this fix - [X ] Code is well-documented ### Changes ### - [ ] Feature1, tests, (and when applicable, API doc) - [ ] Feature2, tests, (and when applicable, API doc) ## Comments ## - If this change is a backward incompatible change, why must this change be made. - Interesting edge cases to note here ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
