[GitHub] [incubator-mxnet] anjishnu edited a comment on issue #17298: [MXNET-1438] Adding SDML loss function

2020-01-15 Thread GitBox
anjishnu edited a comment on issue #17298: [MXNET-1438] Adding SDML loss function URL: https://github.com/apache/incubator-mxnet/pull/17298#issuecomment-574802286 @haojin2 if I randomized the input data in the original test code the losses would would have different values during each run

[GitHub] [incubator-mxnet] anjishnu edited a comment on issue #17298: [MXNET-1438] Adding SDML loss function

2020-01-14 Thread GitBox
anjishnu edited a comment on issue #17298: [MXNET-1438] Adding SDML loss function URL: https://github.com/apache/incubator-mxnet/pull/17298#issuecomment-574458020 It looks a little tricky to port this into the 'fit' and 'score' paradigm since this is a retrieval specific loss function

[GitHub] [incubator-mxnet] anjishnu edited a comment on issue #17298: [MXNET-1438] Adding SDML loss function

2020-01-14 Thread GitBox
anjishnu edited a comment on issue #17298: [MXNET-1438] Adding SDML loss function URL: https://github.com/apache/incubator-mxnet/pull/17298#issuecomment-574458020 It looks a little tricky to port this into the 'fit' and 'score' paradigm since this is a retrieval specific loss function

[GitHub] [incubator-mxnet] anjishnu edited a comment on issue #17298: [MXNET-1438] Adding SDML loss function

2020-01-14 Thread GitBox
anjishnu edited a comment on issue #17298: [MXNET-1438] Adding SDML loss function URL: https://github.com/apache/incubator-mxnet/pull/17298#issuecomment-574415884 @haojin2 Sure will address the sanity cases. Can you give an example of a unit test that is appropriately randomized so