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/12/01 22:49:19 UTC

[GitHub] [incubator-mxnet] access2rohit opened a new pull request #19612: [WIP]Added tests for DL layers with large inputs

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


   ## Description ##
   Add large tensor tests for: dropout, log_softmax, relu, leaky_relu, norm
   
   ## Checklist ##
   ### Essentials ###
   - [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-90-243 ~/workspace/incubator-mxnet (test_dl_layers) $ python -m pytest -s --exitfirst --verbose --timeout=0 tests/nightly/
   test_np_large_array.py::test_dl_layers
   ==================================================================================================================================== test session st
   arts ====================================================================================================================================
   platform linux -- Python 3.6.10, pytest-5.3.5, py-1.8.2, pluggy-0.13.1 -- /home/ubuntu/anaconda3/envs/pytest/bin/python
   cachedir: .pytest_cache
   rootdir: /home/ubuntu/workspace/incubator-mxnet, inifile: pytest.ini
   plugins: timeout-1.4.2, forked-1.3.0
   collected 1 item
   
   
   tests/nightly/test_np_large_array.py::test_dl_layers Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=1990871882 to reproduce.
   [02:03:20] ../src/storage/storage.cc:199: Using Pooled (Naive) StorageManager for CPU
   PASSED
   
   ================================================================= warnings summary =================================================================
   tests/nightly/test_np_large_array.py:92
     /home/ubuntu/workspace/incubator-mxnet/tests/nightly/test_np_large_array.py:92: DeprecationWarning: invalid escape sequence \
       '''
   
   tests/nightly/test_np_large_array.py:1322
     /home/ubuntu/workspace/incubator-mxnet/tests/nightly/test_np_large_array.py:1322: DeprecationWarning: invalid escape sequence \
       '''
   
   -- Docs: https://docs.pytest.org/en/latest/warnings.html
   ========================================================== 1 passed, 2 warnings in 56.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] leezu merged pull request #19612: Added tests for DL layers with large inputs

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


   


----------------------------------------------------------------
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 #19612: [WIP]Added tests for DL layers with large inputs

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


   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**: [website, centos-cpu, clang, centos-gpu, edge, unix-cpu, unix-gpu, sanity, windows-gpu, miscellaneous, windows-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 #19612: [WIP]Added tests for DL layers with large inputs

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


   > Each check functionshould be a test function. `test_dl_layers` is not needed. The current design encourages timeout and prevents parallelization
   
   ohh yeah! makes sense. Will make them individual tests


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