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/07/16 01:46:57 UTC

[GitHub] [incubator-mxnet] wkcn edited a comment on issue #14443: Mxnet allclose

wkcn edited a comment on issue #14443: Mxnet allclose
URL: https://github.com/apache/incubator-mxnet/pull/14443#issuecomment-511630118
 
 
   It seems that the CI gets time-out when `finite_grad_check=False` in `test_layer_norm`
   
   The unittest I ran:
   ```
   .../home/wkcn/proj/mxnet/tests/python/unittest/test_operator.py:2791: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index, `arr[np.array(seq)]`, which will result either in an error or a different result.
     assert_allclose(x.asnumpy()[idx], y.asnumpy())
   ........[INFO] Setting test np/mx/python random seeds, use MXNET_TEST_SEED=1234 to reproduce.
   ....[20:17:16] src/operator/tensor/./.././../common/utils.h:450: MXNET_SAFE_ACCUMULATION=1 is recommended for LpNorm with float16 inputs. See https://mxnet.incubator.apache.org/versions/master/faq/env_var.html for more details.
   .
   
   
   ^B^[[5~^B^[[5~
   
   ```

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