This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Spatial transformer test case fails often #7645
Labels
Comments
rahul003
changed the title
Test case fails often
Spatial transformer test case fails often
Aug 28, 2017
@tornadomeet Could you please check the testcase? |
@rahul003 sorry, i'll check it, you can skip this test before fixed. |
This issue is closed due to lack of activity in the last 90 days. Feel free to ping me to reopen if this is still an active issue. Thanks! |
Please reopen this as it hasn't been fixed |
ddavydenko
added a commit
to ddavydenko/incubator-mxnet
that referenced
this issue
Jun 28, 2018
7 tasks
szha
pushed a commit
that referenced
this issue
Jun 28, 2018
Still failing #11839 |
XinYao1994
pushed a commit
to XinYao1994/incubator-mxnet
that referenced
this issue
Aug 29, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Operating System: Linux
Compiler: gcc4.8
Package used: Python
MXNet commit hash (
git rev-parse HEAD
): 860dda2Python version and distribution: 2.7 on gpu
Error Message:
Minimum reproducible example
This test fails intermittently on gpu with mklml or cudnn. In the last 30 builds on master it has failed 10+ times. Sometimes it fails with mklml and sometimes with cudnn.
Example to the test failure on build
https://builds.apache.org/blue/organizations/jenkins/incubator-mxnet/detail/master/258/pipeline
Steps to reproduce
make DEV=1 USE_PROFILER=1 USE_BLAS=openblas USE_CUDA=1 USE_CUDA_PATH=/usr/local/cuda USE_CUDNN=1 USE_CPP_PACKAGE=1 -j8
PYTHONPATH=./python/ nosetests --verbose tests/python/gpu/test_operator_gpu.py:test_spatial_transformer_with_type
The text was updated successfully, but these errors were encountered: