python/mxnet/contrib/__init__.py does not import amp. Thus users can't access mxnet.contrib.amp without running an additional import mxnet.contrib.amp. Add the ...
Python’s package system is one of its most powerful features, and at the heart of it lies the file: __init__.py. This article explores everything you need to know about __init__.py, from its ...