NervanaSystems / ngraph-mxnet

MXNet - nGraph integration
Apache License 2.0
34 stars 3 forks source link

Disable deep speech due to NGMX-837 #536

Closed lnguyen-nvn closed 5 years ago

lnguyen-nvn commented 5 years ago

Description

  1. Disable 2 tests : DeepSpeech 2 and deepspeech2_mod

  2. Update the DockerFile to install the correct version numpy==1.13.1, psutil==5.4.5, scipy==0.19.1 . Reason:

    • With the numpy==1.15.2, psutil==5.4.8, scipy==0.20 , it causes wide-deep's accuracy FAIL.

Checklist

Essentials

Please feel free to remove inapplicable items for your PR.

Changes

Comments