lkubin commented on a change in pull request #16794: Random rotation URL: https://github.com/apache/incubator-mxnet/pull/16794#discussion_r370521242
########## File path: python/mxnet/image/image.py ########## @@ -27,7 +27,11 @@ import logging import json import warnings + +from numbers import Number + Review comment: Absolutely ---------------------------------------------------------------- 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
