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 2018/06/29 20:54:19 UTC

[GitHub] haojin2 opened a new issue #11501: Tracking issue for tests with fixed random seed

haojin2 opened a new issue #11501: Tracking issue for tests with fixed random seed
URL: https://github.com/apache/incubator-mxnet/issues/11501
 
 
   @eric-haibin-lin and @azai91 discovered that some unit tests have been using fixed seed to mask flakiness, opening this issue to keep track of those tests. Ideally every test should not be flaky with whatever seed. 
   Tests with fixed seed:
   - test_convolution_with_type
   - test_bilinear_sampler_with_type
   - test_spatial_transformer_with_type
   - test_pooling_with_type
   - test_psroipooling_with_type
   - test_deformable_psroipooling_with_type
   - test_deformable_convolution_with_type
   - test_not_ok_with_random_data
   - test_ce_loss
   - test_bce_loss
   - test_kl_loss()
   - test_l2_loss
   - test_l1_loss
   - test_ctc_loss
   - test_ctc_loss_train
   - test_sample_weight_loss
   - test_saveload
   - test_huber_loss
   - test_hinge_loss
   - test_squared_hinge_loss
   - test_triplet_loss
   - test_dot
   - test_roipooling
   - test_l2_normalization
   - test_bilinear_sampler
   - test_dropout
   - test_nadam
   Please refer this issue if you're providing a fix to any of those tests.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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