You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/09/01 14:38:25 UTC

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #19063: [FEATURE]Enable large tensor support for batch flatten

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:
users@infra.apache.org



[GitHub] [incubator-mxnet] samskalicky merged pull request #19063: [FEATURE]Enable large tensor support for batch flatten

Posted by GitBox <gi...@apache.org>.
samskalicky merged pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] access2rohit removed a comment on pull request #19063: [FEATURE]Enable large tensor support for batch flatten

Posted by GitBox <gi...@apache.org>.
access2rohit removed a comment on pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063#issuecomment-685038273


   @mxnet-bot run ci [all]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19063: [FEATURE]Enable large tensor support for batch flatten

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063#issuecomment-684902732


   Hey @access2rohit , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [windows-cpu, centos-cpu, windows-gpu, website, unix-gpu, centos-gpu, clang, miscellaneous, edge, sanity, unix-cpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] access2rohit commented on pull request #19063: [FEATURE]Enable large tensor support for batch flatten

Posted by GitBox <gi...@apache.org>.
access2rohit commented on pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063#issuecomment-685038273


   @mxnet-bot run ci [all]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] access2rohit commented on pull request #19063: [FEATURE]Enable large tensor support for batch flatten

Posted by GitBox <gi...@apache.org>.
access2rohit commented on pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063#issuecomment-684902880


   @mxnet-label-bot add [pr-awaiting-review]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] access2rohit commented on pull request #19063: [FEATURE]Enable large tensor support for batch flatten

Posted by GitBox <gi...@apache.org>.
access2rohit commented on pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063#issuecomment-684903273


   @Zha0q1 @josephevans @ChaiBapchya PR is ready for review 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] access2rohit commented on pull request #19063: [FEATURE]Enable large tensor support for batch flatten

Posted by GitBox <gi...@apache.org>.
access2rohit commented on pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063#issuecomment-685456780


   @mxnet-bot run ci [all]


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-mxnet] access2rohit commented on pull request #19063: [FEATURE]Enable large tensor support for batch flatten

Posted by GitBox <gi...@apache.org>.
access2rohit commented on pull request #19063:
URL: https://github.com/apache/incubator-mxnet/pull/19063#issuecomment-686181674


   @mxnet-label-bot update [pr-awaiting-merge]


----------------------------------------------------------------
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:
users@infra.apache.org