forked from tensorflow/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
89 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
**/*.pyc | ||
**/.DS_Store | ||
**/.idea | ||
**/.ipynb_checkpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
# This is the official list of TensorFlow authors for copyright purposes. | ||
# This file is distinct from the CONTRIBUTORS files. | ||
# See the latter for an explanation. | ||
# Names should be added to this file as: | ||
# Name or Organization <email address> | ||
# The email address is not required for organizations. | ||
Google Inc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# https://help.github.com/articles/about-codeowners/ | ||
# Last matching pattern takes preecedence. | ||
|
||
# Default owners for everything in repo. | ||
* @wolffg @lamberta @MarkDaoust |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,48 @@ | ||
# Contributing guidelines | ||
# Contributing | ||
|
||
To contribute to the TensorFlow examples, please send us a pull request. If you | ||
are new to pull requests, read GitHub's | ||
[About pull requests](https://help.github.com/articles/using-pull-requests/) guide. | ||
You don't need to be a developer to make a significant | ||
impact on TensorFlow documentation and examples-—just a | ||
[GitHubaccount](https://github.com/). | ||
|
||
The documentation and code in this repository is licensed under the | ||
[Apache License 2.0](LICENSE). | ||
Questions about TensorFlow usage are best addressed on | ||
[StackOverflow](https://stackoverflow.com/questions/tagged/tensorflow) or the | ||
[[email protected]](https://groups.google.com/a/tensorflow.org/forum/#!forum/discuss) | ||
mailing list. | ||
|
||
For more details, see the | ||
[TensorFlow contributing guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md). | ||
To contribute to the TensorFlow code repositories, see the | ||
[Contributing to TensorFlow](https://www.tensorflow.org/community/contributing) guide | ||
and the | ||
[TensorFlow contribution guidelines](https://github.com/tensorflow/tensorflow/blob/master/CONTRIBUTING.md). | ||
|
||
### Contributor License Agreements | ||
## Contributor License Agreements | ||
|
||
We love patches! So we can publish your changes, you must sign either the | ||
individual or corporate Contributor License Agreement (CLA). | ||
We love patches! To publish your changes, you must sign either the individual or | ||
corporate Contributor License Agreement (CLA): | ||
|
||
* If you are an individual writing original documentation or source code and | ||
you're sure you own the intellectual property, sign an | ||
[individual CLA](http://code.google.com/legal/individual-cla-v1.0.html). | ||
* If you work for a company that wants to allow you to contribute your work, sign | ||
a [corporate CLA](http://code.google.com/legal/corporate-cla-v1.0.html). | ||
|
||
These links have instructions on how to sign and return the CLA. Once we receive | ||
the CLA, we can accept your pull requests. | ||
We can accept your pull requests after you sign the CLA. We can only receive | ||
original documentation and source code from you and other people that have | ||
signed the CLA. | ||
|
||
Note: We can only accept original documentation and source code from you and | ||
other people that have signed the CLA. | ||
|
||
# Pull requests | ||
|
||
To contribute documentation or code, please send us a pull request. If you are new to | ||
pull requests, read GitHub's | ||
[Creating a pull request from a fork](https://help.github.com/articles/creating-a-pull-request-from-a-fork/) | ||
guide. | ||
|
||
Notebooks can be viewed, edited, and run in | ||
[Colab](https://colab.research.google.com/notebooks/welcome.ipynb) by passing | ||
the GitHub path as a URL parameter. For example, open the notebook at | ||
https://github.com/tensorflow/docs/blob/r1.11/site/en/tutorials/keras/basic_classification.ipynb | ||
in Colab here: | ||
https://colab.research.google.com/github/tensorflow/docs/blob/r1.11/site/en/tutorials/keras/basic_classification.ipynb | ||
|
||
The [Open in Colab](https://chrome.google.com/webstore/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo) | ||
Chrome extension will automatically perform the URL substitution. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"""tensorflow_examples is a package for examples of TensorFlow.""" | ||
|
||
from __future__ import absolute_import | ||
from __future__ import division | ||
from __future__ import print_function |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
<h2>TensorFlow Community</h2> | ||
|
||
If you want to learn how to join the [TensorFlow community page on tensorflow.org](tensorflow.org/community), see the TensorFlow community page. | ||
|
||
Please suggest PRs here for new documentation and samples, and see the | ||
[contributing guide](../CONTRIBUTING.md) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
notMNIST_large* | ||
notMNIST_small* | ||
notMNIST_small* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM gcr.io/tensorflow/tensorflow:latest | ||
FROM gcr.io/tensorflow/tensorflow:1.0.0 | ||
LABEL maintainer="Vincent Vanhoucke <[email protected]>" | ||
|
||
# Pillow needs libjpeg by default as of 3.0. | ||
|
This file was deleted.
Oops, something went wrong.