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/10/16 20:10:24 UTC

[GitHub] [incubator-mxnet] ChaiBapchya edited a comment on issue #16497: Large Vector tests for DGL Ops Part 2

ChaiBapchya edited a comment on issue #16497: Large Vector tests for DGL Ops Part 2
URL: https://github.com/apache/incubator-mxnet/pull/16497#issuecomment-542556096
 
 
   ```
   test_large_array.test_gluon_embedding ... ok
   test_large_array.test_ndarray_zeros ... ok
   test_large_array.test_ndarray_ones ... ok
   test_large_array.test_ndarray_convert ... ok
   test_large_array.test_ndarray_random_uniform ... ok
   test_large_array.test_ndarray_random_randint ... ok
   test_large_array.test_ndarray_random_exponential ... ok
   test_large_array.test_ndarray_random_gamma ... ok
   test_large_array.test_ndarray_random_multinomial ... ok
   test_large_array.test_ndarray_random_generalized_negative_binomial ... ok
   test_large_array.test_ndarray_random_negative_binomial ... ok
   test_large_array.test_ndarray_random_normal ... ok
   test_large_array.test_ndarray_random_poisson ... ok
   test_large_array.test_ndarray_random_randn ... ok
   test_large_array.test_ndarray_random_shuffle ... ok
   test_large_array.test_ndarray_empty ... ok
   test_large_array.test_elementwise ... ok
   test_large_array.test_reduce ... ok
   test_large_array.test_dot ... ok
   test_large_array.test_FullyConnected ... ok
   test_large_array.test_broadcast ... ok
   test_large_array.test_clip ... ok
   test_large_array.test_split ... ok
   test_large_array.test_argmin ... ok
   test_large_array.test_tile ... ok
   test_large_array.test_take ... ok
   test_large_array.test_slice ... ok
   test_large_array.test_slice_assign ... ok
   test_large_array.test_expand_dims ... ok
   Helper function that cleans up memory by releasing it from memory pool ... ok
   test_large_array.test_squeeze ... ok
   test_large_array.test_broadcast_div ... ok
   test_large_array.test_Dense ... ok
   test_large_array.test_where ... ok
   test_large_array.test_pick ... ok
   test_large_array.test_depthtospace ... ok
   test_large_array.test_spacetodepth ... ok
   test_large_array.test_diag ... ok
   test_large_array.test_ravel_multi_index ... ok
   test_large_array.test_unravel_index ... ok
   test_large_array.test_transpose ... ok
   test_large_array.test_swapaxes ... ok
   test_large_array.test_flip ... ok
   test_large_array.test_softmax ... ok
   test_large_array.test_argsort ... ok
   test_large_array.test_sort ... ok
   test_large_array.test_topk ... ok
   test_large_array.test_exponent_logarithm_operators ... ok
   test_large_array.test_power_operators ... ok
   test_large_array.test_sequence_mask ... ok
   test_large_array.test_sequence_reverse ... ok
   test_large_array.test_sequence_last ... ok
   test_large_array.test_softmax_cross_entropy ... ok
   test_large_array.test_index_copy ... ok
   test_large_array.testSoftmaxOutput ... ok
   test_large_array.test_leaky_relu ... ok
   test_large_array.test_pooling ... ok
   test_large_array.test_layer_norm ... ok
   test_large_array.test_dropout ...
   ```
   Dropout Will be fixed once #16409 is merged
   Rest all pass
   ```
   test_large_array.test_activation ... ok
   test_large_array.test_batchnorm ... ok
   test_large_array.test_add ... ok
   test_large_array.test_sub ... ok
   test_large_array.test_rsub ... ok
   test_large_array.test_neg ... ok
   test_large_array.test_mul ... ok
   test_large_array.test_div ... ok
   test_large_array.test_rdiv ... ok
   test_large_array.test_mod ... ok
   test_large_array.test_rmod ... ok
   test_large_array.test_imod ... ok
   test_large_array.test_pow ... ok
   test_large_array.test_rpow ... ok
   test_large_array.test_shape ... ok
   test_large_array.test_size ... ok
   test_large_array.test_copy ... ok
   test_large_array.test_copy_to ... ok
   test_large_array.test_zeros_like ... ok
   test_large_array.test_ones_like ... ok
   test_large_array.test_reshape_like ... ok
   test_large_array.test_flatten ... ok
   test_large_array.test_concat ... ok
   test_large_array.test_stack ... ok
   test_large_array.test_broadcast_axes ... ok
   test_large_array.test_sum ... ok
   test_large_array.test_prod ... ok
   test_large_array.test_mean ... ok
   test_large_array.test_min ... ok
   test_large_array.test_max ... ok
   test_large_array.test_norm ... ok
   test_large_array.test_argmax ... ok
   test_large_array.test_relu ... ok
   test_large_array.test_sigmoid ... ok
   test_large_array.test_log_softmax ... ok
   test_large_array.test_iadd ... ok
   test_large_array.test_isub ... ok
   test_large_array.test_imul ... ok
   test_large_array.test_idiv ... ok
   test_large_array.test_eq ... ok
   test_large_array.test_neq ... ok
   test_large_array.test_lt ... ok
   test_large_array.test_lte ... ok
   test_large_array.test_gt ... ok
   test_large_array.test_gte ... ok
   test_large_array.test_slice_like ... ok
   test_large_array.test_slice_axis ... ok
   test_large_array.test_one_hot ... ok
   test_large_array.test_full ... ok
   
   ----------------------------------------------------------------------
   Ran 50 tests in 3006.472s
   
   OK
   ```

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