Skip to content

Commit ac8418b

Browse files
seanpmorganWindQAQ
authored andcommitted
DOC: Add migration documentation (#561)
* Add migration documentation * Update migrations * Format
1 parent 9ed027d commit ac8418b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MIGRATED_TO_CORE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Migrated To TensorFlow Core
2+
3+
| Function | Status | Last TFA Version | First TF Version | Relevant PRs |
4+
|:-------- |:------ |:---------------- |:---------------- |:-------------|
5+
| [metrics.F1Score](https://github.com/tensorflow/addons/blob/r0.5/tensorflow_addons/metrics/f_scores.py#L255) & [metrics.FBetaScore](https://github.com/tensorflow/addons/blob/r0.5/tensorflow_addons/metrics/f_scores.py#L26) | In Progress | | | [TF-31818](https://github.com/tensorflow/tensorflow/pull/31818) & [TFA-430](https://github.com/tensorflow/addons/issues/430) |
6+
| [utils.register_keras_custom_object](https://github.com/tensorflow/addons/blob/r0.5/tensorflow_addons/utils/keras_utils.py#L23) | In Progress | | | [TFA-438](https://github.com/tensorflow/addons/issues/438) |
7+
| [activations.gelu](https://github.com/tensorflow/addons/blob/r0.5/tensorflow_addons/activations/gelu.py#L30) | Proposed | | | [TFA-550](https://github.com/tensorflow/addons/issues/550) |
8+

0 commit comments

Comments
 (0)