mmilanifard

Results 7 comments of mmilanifard

Thanks for reporting Kevin. This doc is rendered at https://www.tensorflow.org/lattice/overview and the links there point to the correct location. I'll look to see if there is a way to have...

Thanks for pointing out the issue. The text matched the results at the time of writing the colab, but due to changes in the training for GBT or DNN models...

You can use the one below (and please double check the format). Will add it to README in the next release. ``` @software{tfl2020github, author = {Mahdi Milani Fard and Oleksandr...

If your inflection point is fixed (i.e. with known input value), then this can be done with the sum of two PWL's. Our PWL layers are flat outside the rage...

That's a good idea. Might be a good tutorial to build various shape constraints using the current set of layers.

> Hi, I am also having a problem with loading my tensorflow model with a Lattice layer. My model was able to compile and predict without a problem, and I...

The model you have constructed here expects an input of shape `(B, 2)`. The input you are passing in your last call is `(2, 100, 1)`. Maybe you meant to...