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 2019/06/21 05:06:05 UTC

[GitHub] [incubator-mxnet] roywei commented on issue #15297: Sockeye failure with MXNet

roywei commented on issue #15297: Sockeye failure with MXNet
URL: https://github.com/apache/incubator-mxnet/issues/15297#issuecomment-504290732
 
 
   Hi @anirudh2290 @ptrendx 
   
   I m still not able to reproduce the crash. My steps are below, could you help point out what's wrong?
   
   Machine: AWS Deeplearning Base AMI, P3.8xLarge, Ubuntu 16.05
   MXNet: 
   ```
   pip3 list | grep mxnet 
   mxnet-cu100mkl      1.5.0b20190621
   ```
   Sockeye: 
   ```
   sudo pip3 install sockeye --no-deps
   ```
   
   changed requirements
   ```
   git diff
   diff --git a/setup.py b/setup.py
   index ffa2a7b..4d0741d 100644
   --- a/setup.py
   +++ b/setup.py
   @@ -116,7 +116,7 @@ args = dict(
    
        extras_require={
            'optional': ['mxboard', 'matplotlib'],
   -        'dev': get_requirements(os.path.join('requirements', 'requirements.dev.txt'))
   +        'dev': get_requirements(os.path.join('requirements', 'requirements.gpu-cu100.txt'))
        },
   ```
   
   run:
   ```
   python3 setup.py test -r requirements/requirements.gpu-cu100.txt
   ```
   result:
   ```
   sockeye/output_handler.py                          139     36    74%
   sockeye/prepare_data.py                             39      1    97%
   sockeye/rerank.py                                   59     25    58%
   sockeye/rnn.py                                     217      2    99%
   sockeye/rnn_attention.py                           221      7    97%
   sockeye/score.py                                    53      3    94%
   sockeye/scoring.py                                 110      6    95%
   sockeye/train.py                                   379     90    76%
   sockeye/training.py                                682    180    74%
   sockeye/transformer.py                             130      4    97%
   sockeye/translate.py                               112     13    88%
   sockeye/utils.py                                   483    151    69%
   sockeye/vocab.py                                   137     25    82%
   --------------------------------------------------------------------
   TOTAL                                             8935   1363    85%
   
   
   ================================================== 542 passed in 39.93 seconds ===================================================
   ```

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


With regards,
Apache Git Services