access2rohit opened a new pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063


   ## Description ##
   Enable large tensor support for batch_flatten
   
   ## Checklist ##
   ### Essentials ###
   - [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], 
[FEATURE], [DOC], etc)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage
   - [x] Code is well-documented
   
   ## Testing  ##
   ```
   (pytest) ubuntu@ip-172-31-0-156 ~/workspace/incubator-mxnet 
(fix_batch_flatten) $ python -m pytest --verbose 
tests/nightly/test_np_large_array.py::test_batch_flatten
   
===============================================================================================
 test session starts 
===============================================================================================
   platform linux -- Python 3.8.5, pytest-6.0.1, py-1.9.0, pluggy-0.13.1 -- 
/home/ubuntu/anaconda3/envs/pytest/bin/python
   cachedir: .pytest_cache
   rootdir: /home/ubuntu/workspace/incubator-mxnet, configfile: pytest.ini
   collected 1 item
   
   tests/nightly/test_np_large_array.py::test_batch_flatten PASSED              
                                                                                
                                               [100%]
   
   
================================================================================================
 warnings summary 
=================================================================================================
   
/home/ubuntu/anaconda3/envs/pytest/lib/python3.8/site-packages/_pytest/config/__init__.py:1148
     
/home/ubuntu/anaconda3/envs/pytest/lib/python3.8/site-packages/_pytest/config/__init__.py:1148:
 PytestConfigWarning: Unknown config ini key: env
   
       self._warn_or_fail_if_strict("Unknown config ini key: {}\n".format(key))
   
   
/home/ubuntu/anaconda3/envs/pytest/lib/python3.8/site-packages/_pytest/config/__init__.py:1148
     
/home/ubuntu/anaconda3/envs/pytest/lib/python3.8/site-packages/_pytest/config/__init__.py:1148:
 PytestConfigWarning: Unknown config ini key: timeout
   
       self._warn_or_fail_if_strict("Unknown config ini key: {}\n".format(key))
   
   tests/nightly/test_np_large_array.py:84
     
/home/ubuntu/workspace/incubator-mxnet/tests/nightly/test_np_large_array.py:84: 
DeprecationWarning: invalid escape sequence \
       '''
   
   tests/nightly/test_np_large_array.py:574
     
/home/ubuntu/workspace/incubator-mxnet/tests/nightly/test_np_large_array.py:574:
 DeprecationWarning: invalid escape sequence \
       '''
   
   -- Docs: https://docs.pytest.org/en/stable/warnings.html
   
=========================================================================================
 1 passed, 4 warnings in 26.16s 
==========================================================================================
   ```


----------------------------------------------------------------
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]


Reply via email to