Re: Tensorflow contrib loss functions ported to mxnet

2019-01-10 Thread István Fehérvári
Thanks for the feedback, I was planning to add an example as well for each loss, possibly an extension to the current embedding learning gluon example. The forgotten PR is https://github.com/apache/incubator-mxnet/pull/13632 On Thu, Jan 10, 2019 at 12:40 AM Hagay Lupesko wrote: > Istavan, > > T

Re: Tensorflow contrib loss functions ported to mxnet

2019-01-10 Thread Hagay Lupesko
Istavan, This sounds useful to me, and would encourage you to contribute it. It's always helpful if you describe one or two use cases for the contribution (e.g. models/problems where these loss functions are useful) - this stimulates interest. Can you share the link to the PR that got zero attent

Tensorflow contrib loss functions ported to mxnet

2019-01-03 Thread István Fehérvári
Hello developers, I am working on metric learning currently and so I ported all tensorflow metric learning loss functions to mxnet (gluon) ( https://www.tensorflow.org/api_docs/python/tf/contrib/losses/metric_learning ). Before I put some work into making it PR-able, is there any interest in an