okay, make sense to me. Here's my suggestion in order to make things clear:
make a new directory named `io` under python/mxnet ``` . ├── __init__.py ├── io.py └── io_utils.py ``` In `__init__.py`, reimport everything in io.py, so it won't break the original path. [ Full content available at: https://github.com/apache/incubator-mxnet/pull/12285 ] This message was relayed via gitbox.apache.org for [email protected]
