Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a public testing module #1294

Closed
gabrieldemarmiesse opened this issue Mar 12, 2020 · 1 comment
Closed

Add a public testing module #1294

gabrieldemarmiesse opened this issue Mar 12, 2020 · 1 comment
Labels
Feature Request test-cases Related to Addons tests

Comments

@gabrieldemarmiesse
Copy link
Member

Describe the feature and the current behavior/state.

Currently, tensorflow offers some low level functions and classes for testing: https://www.tensorflow.org/api_docs/python/tf/test

But overall, we show in the test suite that we lack tests that we could apply to any keras objects as seen in #992

My proposal is to take #992 and that we expose publicly some of the functions created. I can be a codeowner. Some good candidates would be convergence tests for optimizers, a copy of layer_test for layers and serialization tests for all keras objects.

We could then use those functions in our test suite and other projects could use them too.

Relevant information

  • Are you willing to contribute it (yes/no): yes
  • Are you willing to maintain it going forward? (yes/no): yes
  • Is there a relevant academic paper? (if so, where): no
  • Is there already an implementation in another framework? (if so, where): keras-team/keras tf.keras
  • Was it part of tf.contrib? (if so, where): no

Which API type would this fall under (layer, metric, optimizer, etc.)

tfa.testing

Who will benefit with this feature?

Everyone who make new keras objects and want to test them.

Any other info.

#992

@seanpmorgan
Copy link
Member

TensorFlow Addons is transitioning to a minimal maintenance and release mode. New features will not be added to this repository. For more information, please see our public messaging on this decision:
TensorFlow Addons Wind Down

Please consider sending feature requests / contributions to other repositories in the TF community with a similar charters to TFA:
Keras
Keras-CV
Keras-NLP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request test-cases Related to Addons tests
Projects
None yet
Development

No branches or pull requests

2 participants