failure-to-thrive

Results 5 comments of failure-to-thrive

The correct line of code: ``` result = tfa.metrics.RSquare(dtype=tf.float32, y_shape=(1,)) ``` https://github.com/tensorflow/addons/pull/1310 provides a bit more info why.

Guys, please create a New Issue strictly following the guidelines to provide us a code to reproduce the issue, TF/TFA versions, etc. If you feel your issue somehow related to...

To sum up: there should be `CategoricalF1Score` name and the `num_classes` argument should be eliminated. `BinaryF1Score` and `F1Score` might be another additions.

Due to cross-interactions between Graph tensors and Python code flow deep inside TensorFlow, as a quick workaround you have to switch back into the Graph mode with `tf.compat.v1.disable_eager_execution()`.