Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Tracking Large Tensor vector test coverage #15967

Open
ChaiBapchya opened this issue Aug 21, 2019 · 4 comments
Open

Tracking Large Tensor vector test coverage #15967

ChaiBapchya opened this issue Aug 21, 2019 · 4 comments
Labels

Comments

@ChaiBapchya
Copy link
Contributor

As part of the ongoing effort to cover certain set of operators for testing large vector support (vector size > 2^32)

Few ops that haven't been covered yet / Need to be fixed

  1. ndarray convert types
    e.g. a.tostype('row_sparse')

  2. nd.dot

  3. nd.where

  4. nd.sparse.where

@mxnet-label-bot
Copy link
Contributor

Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Test

@ChaiBapchya
Copy link
Contributor Author

@mxnet-label-bot add [Test]

@ChaiBapchya
Copy link
Contributor Author

From @access2rohit PR #15943
9bff00f

@ChaiBapchya
Copy link
Contributor Author

ChaiBapchya commented Aug 23, 2019

From my PR #15941
SequenceLast

======================================================================
FAIL: test_large_vector.test_sequence_last
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ubuntu/anaconda3/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ubuntu/workspace/lts/vector/incubator-mxnet/tests/nightly/test_large_vector.py", line 236, in test_sequence_last
    assert_almost_equal(b.asnumpy(), a[-1].asnumpy())
  File "/home/ubuntu/workspace/lts/vector/incubator-mxnet/python/mxnet/test_utils.py", line 522, in assert_almost_equal
    raise AssertionError(msg)
AssertionError:
Items are not equal:
Error 100000.000000 exceeds tolerance rtol=0.000010, atol=0.000000.  Location of maximum error:(1,), a=0.000000, b=10000000000.000000
 a: array([1.1785947e+10, 1.2611686e-44], dtype=float32)
 b: array([1.e+10, 1.e+10], dtype=float32)

----------------------------------------------------------------------

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants