ChaiBapchya commented on a change in pull request #15528: Add AMP Conversion
support for BucketingModule
URL: https://github.com/apache/incubator-mxnet/pull/15528#discussion_r309971948
##########
File path: python/mxnet/module/bucketing_module.py
##########
@@ -170,7 +174,7 @@ def get_params(self):
`(arg_params, aux_params)`
A pair of dictionaries each mapping parameter names to NDArray
values.
"""
- assert self.binded and self.params_initialized
+ assert self.params_initialized
Review comment:
why is binded asserted removed?
----------------------------------------------------------------
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]
With regards,
Apache Git Services