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

Updated testing section of the Community repo. #73

Merged
merged 2 commits into from
Mar 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions sigs/testing/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,25 @@
# TensorFlow 2.0 Testing

Welcome to TF 2.0 testing! This repository will house testing plans, friction logs, and a guide for installing TensorFlow 2.0.
A key element of the evolution of TensorFlow is TF 2.0, which is primarily focused on cleaning up and standardizing the high-level API surface; making TensorFlow more intuitive and easier to debug; and continuing to enable scalable production deployment.

Thanks for your interest!
**TF 2.0 is just in the beginning of this transition. **

You can experiment with the alpha release today - please let us know what you create, and what the experience is like! Over the next few months, we will be focused on making it RC/production ready internally; making it 100% compatible with the rest of TF ecosystem; and sharing that journey with you. _We’d love for you to join us and help us!_

## Installation Instructions

## Community Logistics
You can install the alpha release of TensorFlow 2.0 with:

```
pip install tensorflow==2.0.0-alpha0
```

For more detailed and platform-specific instructions, check [here](https://www.tensorflow.org/install).

## Testing Stand-ups and Migration Support

We run a weekly testing stand-up on Tuesdays at 2:00pm (Pacific Time), and will be launching a migration support hour soon on Mondays at 10:00am (Pacific Time).

## Testing Team
* [Join the user group.](https://groups.google.com/a/tensorflow.org/forum/#!forum/testing).
* [Review previous meeting notes.](https://docs.google.com/document/d/1i9_Ey9rYtslS6fryZ5Wm0vWWbrpScW3oh9bTRNVQ87Q/edit?usp=sharing)
* [How to write a great friction log or issue report.](https://github.com/tensorflow/community/blob/master/sigs/build/tensorflow-testing.md)