Vandana Kannan
Vandana Kannan
this happens when, like the test https://github.com/awslabs/sagemaker-debugger/blob/master/tests/pytorch/test_loss.py#L61, user makes use of AWS-pytorch, but also modifies the training script to manually save loss.
whats the next step on this pr?
This occurs on all frameworks. @Cpruce you could modify your script to use either of the options below. Option 1: add `include_regex=[".*"]` in the Hook above or Option 2: explicitly...
@mxnet-label-bot add [Gluon, Example, pr-awaiting-review]
Please execute pylint on these files using ci/other/pylintrc in incubator-mxnet folder. Something like this pylint --rcfile=ci/other/pylintrc --ignore-patterns="..so$$,..dll$$,..dylib$$" example/gluon/snail/*.py
@ziyuang please fill in the PR description template with relevant details about the changes
@dongjunjundong MXNet has support up to ONNX v1.3.0. [BatchNormalization (Opset7)](https://github.com/onnx/onnx/blob/master/docs/Changelog.md#BatchNormalization-7) had a an attribute "spatial" which is being exported from MXNet to ONNX. Looks like this attribute has been dropped...
@lxy5513 this seems similar to the issue https://github.com/apache/incubator-mxnet/issues/13395
@stu1130 @ChaiBapchya for further review/approval
@mxnet-label-bot update [C++, pr-work-in-progress]