Karl Lessard

Results 146 comments of Karl Lessard

I'm interested to see that one fixed as well, especially the templates. Is it broken for all languages? Looks like this also-unanswered issue #275 is facing the same problem. Thanks!

It has to be a mistake that C++ ended up in the C API, @rnett I would suggest to raise this as an issue in `https://github.com/tensorflow/tensorflow`. I think the custom...

Yes, implementation of that layer is still in C++ but the API itself, as defined in the header, should be pure C and protected by `extern "C"` to make it...

Any chance for this easy fix to be merged? I'm also obtaining the equivalent results with LGBM and ONNX by altering the objective from `lambdamark` to `regression` in the model....

Yes I meant Spark 3, sorry for that. We did not started yet to build the JDK11 artifacts but we will soon do. If you want, I suggest that we...

Hey @jsleight, The TFJava artifact build on JDK11 are now available as snapshots (See these [instructions](https://github.com/tensorflow/java/#snapshots) for how to consume them). We'll continue to maintain the 0.4.x release branch for...

@saudet , is this PR still just a draft or you think it is ready to be reviewed and merged?

> As far as I know we're waiting on full support in Tensorflow. The RFC is [here](https://github.com/tensorflow/community/blob/master/rfcs/20201201-cpp-gradients.md) and there seems to be work happening gradually, but it's not to the...

@deansher , any chance you can take a look at this work? BTW @JimClarke5 , you'll need to rebase it. For the ops.pb, normally it should have no impact that...

@JimClarke5 there is a lot of conflict in this PR, I think it's because we have merged a few of your other PRs before it, can you please rebase so...