Commit Graph

45 Commits

Author SHA1 Message Date
Gunhan Gulsoy
6f9889054a Refer to the testing best practices guide from contribution guide
PiperOrigin-RevId: 302993272
Change-Id: Ie667bfa17f683dfb2e174d373e745f512f72124d
2020-03-25 16:19:40 -07:00
8bitmp3
597e58c1f7
Update to "TensorFlow has passed version 1.0" - CONTRIBUTING.md 2019-12-21 02:33:45 +00:00
8bitmp3
f5d995dcd0
Update CONTRIBUTING.md tensorflow/tensorflow 2019-12-20 23:40:09 +00:00
TensorFlower Gardener
d49a245d89 Merge pull request from tensorflow:rthadur-patch-1
PiperOrigin-RevId: 275559379
Change-Id: I02a582047eacbcfe3a3f84c8cc71cc3af39f233e
2019-10-18 16:00:02 -07:00
Rajeshwar Reddy T
9fbcea8563
Update CONTRIBUTING.md 2019-10-18 14:16:16 -07:00
Rajeshwar Reddy T
ce22989582
Update CONTRIBUTING.md 2019-10-18 14:15:10 -07:00
Rajeshwar Reddy T
35d618155d
Update CONTRIBUTING.md 2019-10-18 14:10:58 -07:00
TensorFlower Gardener
4a9fe799cf Merge pull request from yongtang:pylint-CONTRIBUTING.md
PiperOrigin-RevId: 274577759
2019-10-14 10:52:35 -07:00
Yong Tang
1e380af183 Update CONTRIBUTING.md to use in repo pylint style
In CONTRIBUTING.md, pylint style definition file was downloaded from
the web before used for style checking. However, as the
style definition file `tensorflow/tools/ci_build/pylintrc`
is really part of the repo, the download could be avoided with just
the following:
```
pylint --rcfile=tensorflow/tools/ci_build/pylintrc myfile.py
```

This PR updates CONTRIBUTING.md

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2019-10-13 03:12:41 +00:00
TensorFlower Gardener
1d7f7614e1 Merge pull request from tensorflow:rthadur-patch-1
PiperOrigin-RevId: 259436154
2019-07-22 17:16:40 -07:00
Rajeshwar Reddy T
7809c78de6
Update CONTRIBUTING.md 2019-07-22 14:50:31 -07:00
TensorFlower Gardener
781535f38e Merge pull request from BBQuercus:patch-2
PiperOrigin-RevId: 258392805
2019-07-16 10:36:03 -07:00
Bastian Eichenberger
55963867b7
Spellcheck @CONTRIBUTING.md 2019-07-13 14:09:17 +02:00
TensorFlower Gardener
cab804f971 Merge pull request from angersson:master
PiperOrigin-RevId: 254269843
2019-06-20 14:36:25 -07:00
Austin Anderson
daf79d6b73 Install 'future' when building Docker images
Python 2-based images have been failing to build, and I think it's
because 'future' is missing. This PR resolves that, safe_loads yaml to
quiet a warning about safety, and rewords a few things in
CONTRIBUTING.md.
2019-06-20 10:21:59 -07:00
Bharat Raghunathan
7fce5e03f7
Fix broken Dockerfile links on CONTRIBUTING.md 2019-05-29 13:54:23 +05:30
TensorFlower Gardener
6f7208307f Merge pull request from Ayush517:patch-1
PiperOrigin-RevId: 249734411
2019-05-23 16:12:40 -07:00
Ayush Agrawal
e4310af1e1
Update CONTRIBUTING.md
Fixes issue 
2019-03-04 16:16:47 +05:30
TensorFlower Gardener
d8e8d2bb33 Merge pull request from lc0:patch-3
PiperOrigin-RevId: 235603003
2019-02-25 14:39:59 -08:00
Sergii Khomenko
ef29c4accb
Update contributing.md to point from to addons
Since we are migrating out of contrib with TensorFlow 2.0
2019-02-23 21:40:48 +01:00
TensorFlower Gardener
3eea664c22 Merge pull request from miguelmorin:bazel_workspace_error
PiperOrigin-RevId: 230629635
2019-01-23 17:03:59 -08:00
Miguel Morin
a286bc2819 Add details for running tests from nightly build images. Closes .
The current documentation guidelines throw an error after running the
commands in the tensorflow nightly build container. Following this
Magenta issue:

https://github.com/tensorflow/magenta/issues/1232

running the test requires changing directory. Rather than changing the
WORKDIR in the image, which would probably affect many uses and users,
this change adds the direction of changing directory after mentioning
the nightly build image.
2019-01-17 11:48:11 +00:00
TensorFlower Gardener
2a75a2fcc8 Merge pull request from tensorflow:yifeif-patch-1
PiperOrigin-RevId: 217407789
2018-10-16 16:31:23 -07:00
Yifei Feng
7797c8ef36
Remove stale description on old PR process 2018-10-15 11:13:11 -07:00
Yifei Feng
a8fe42cdfc
Update CONTRIBUTING.md 2018-09-18 00:19:38 -07:00
Yifei Feng
50762768ef
Update CONTRIBUTING.md to reflect PR merge process 2018-09-18 00:18:57 -07:00
Mahmoud Aslan
6adc40e997 Update Google Python Style Guide link ()
Updated the link to Google Python Style Guide, it was pointing to the deprecated guide : https://google.github.io/styleguide/pyguide.html
The new updated guide: https://github.com/google/styleguide/blob/gh-pages/pyguide.md
2018-07-02 10:37:26 -07:00
tucan
93fc61ea54 Update CONTRIBUTING.md ()
Just update clang-tidy to `clang-tidy`.
2018-06-07 11:59:03 -04:00
Filipe Filardi
7f70c7a38f
Make more like a table of contents 2018-04-24 23:00:05 -03:00
Filipe Filardi
7f78414776 Merge PR Template to Contributing
- Remove pull request template.
    - Add check list in contributing as a kind of TL;DR for that file.
2018-04-24 22:52:29 -03:00
Brad Wannow
4272366ff2 Update CONTRIBUTING.md ()
* Update CONTRIBUTING.md

Edited a few grammar issues.

* Fix
2018-02-08 10:47:34 -08:00
Yong Tang
b3b5d4f061 Fix broken link in CONTRIBUTING.md ()
This fix fixes the broken link in CONTRIBUTING.md.
Without `https://`, the markdown will render the link incorrectly to
https://github.com/tensorflow/tensorflow/blob/master/www.docker.com

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-02-08 10:35:08 -08:00
Yong Tang
39f499b18a Fix incorrect links in CONTRIBUTING.md ()
This fix fixes two incorrect links in CONTRIBUTING.md
about license examples. The reason for broken links
is because tensorboard is in another repo.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-02-06 22:53:33 -08:00
Ronald Eddy Jr
46f94b0ee1 Update: HTTP -> HTTPS
URLs updated to use HTTPS protocol where appropriate to improve security and privacy.
2017-12-25 10:12:38 -08:00
Yifei Feng
979436cd29
Update CONTRIBUTING.md 2017-12-15 10:27:54 -08:00
Yifei Feng
1d976cbd2a
Add description for new PR workflow. 2017-12-14 17:16:46 -08:00
dmaclach
c9f9f054f7 Update CONTRIBUTING.md ()
Add Objective-C Style guide to list.
2017-11-30 11:05:58 -08:00
Andrew Hundt
d366337f70 CONTRIBUTING.md Docker section newlines 2017-06-13 18:52:24 -07:00
Andrew Hundt
b8416d4531 CONTRIBUTING.md include basic Docker CI command 2017-06-13 18:52:24 -07:00
Chris Hoyean Song
4be052a5fc Patch/170506 misspell ()
* Fix misspells.

* Fix misspells.

* Fix misspells.
2017-05-06 11:02:54 -07:00
Vijay Vasudevan
22586bdf90 Branch 154885009 ()
* Enable grappler to propagate shapes through queues.
Change: 154789133

* Add whitelist support in uid of RunConfig.
Change: 154794859

* Fix a bunch of bad links and missing docs in contrib.
Change: 154820641

* Don't try to refine the shapes for a node if its inference context wasn't
successfully built by the AddNode() method.
Change: 154838211

* Fix issue related to empty bazel.rc file.
Change: 154840138

* Remove overly precise CHECK when rendering debug output for a function.

An `_Arg` node can have more than three attrs, because the runtime may
(and does) add system-defined attrs (viz. "_output_shapes") that do
not change the meaning of the op.
Change: 154850526

* Port makefile build breakage
Change: 154855106

* [TF:XLA] Try to incorporate Tensorflow node structure for large HLO GraphDefs.

This change assumes that a TF subgraph/op does not cross the boundary of a HLO
computation and always put top-level TF subgraphs/ops under HLO computations.
Change: 154855884

* Added a unit test to check what happens when 2 shapes with known rank but
unknown dimensions are merged
Change: 154856675

* [XLA] Refactor constant folding operations into a dedicated module

Refactor constant folding operations into a dedicated module, and added a new
ReplaceInstruction() API to collapse { computation->ReplaceInstruction();
changed=true}.
Change: 154857025

* Java: Docs: Update instructions for Windows.

Inspired by
http://stackoverflow.com/questions/43741775/tensorflow-in-java-running-failed
Change: 154859066

* Add more documentation for features and labels.
Change: 154859649

* Added link to high-performance models
Change: 154860213

* Navigation and index for new performance section documents.
Change: 154862215

* Fix shape mismatch between loss and weights.
Change: 154862650

* Add examples to TensorShape documentation and ran autoformatter.
Change: 154862667

* Move linking of cudnn_plugin, cublas_plugin and cufft_plugin from
stream_executor to the ops that need them.
Change: 154863520

* Properly track the persistent memory usage of lookup tables.
Change: 154866686

* Reset the inputs to ShapeRefiner::RunShapeFn so that it behaves the same every time it's called.
To properly handle queues that have populated by several enqueue ops, merge the shapes of the inputs to all the enqueue ops before calling InferenceContext::set_output_handle_shape(). This ensures that we detect incorrect queue setups (where the 2 enqueue ops might generate tensors with incompatible shapes), and that we take all the known shape information instead of that of just one of the enqueue ops.
Change: 154866747

* Making sure an error message will be produced by session_manager when a non-tensor object is passed in.
Otherwise the 'name' property is missing.
Change: 154868022

* Don't needlessly synchronize the CUDA stream in CropAndResize.
Make the op Async so we don't block an executor thread while waiting for the result of the box bounds check to be copied back to the host.
Change: 154868460

* Add contribution guidelines and standards section to CONTRIBUTING.md

Several parts are largely based on the post by @yaroslavvb at: #7443#issuecomment-279182613

Fixes 
Change: 154876045

* Final draft
Change: 154876563

* Final draft
Change: 154876646

* Fix losses documentation.

Fix documentation of get_total_loss() to be correct.
And add a helpful comment about a common pitfall.
Change: 154876822

* [XLA] Second change for HLO interpreter.

Extends HloEvaluator to allow evaluation of HLO Computation or single HLO instruction
with non-constant operands, by traversing the instruction in post order and keeps track of
each instruction along the way as evaluated literals.
Change: 154877580

* [tf distributions] Move the remaining whitelisted distributions to core.
Change: 154878206

* Add shape to error message.
Change: 154880260

* Revert "Fix build issue when `/usr/bin/python` path is not available ()"

This reverts commit 95f37ebf0b.
2017-05-03 12:25:10 -07:00
Kankroc
1af29d452b Fix link in CONTRIBUTING.md from "contributions welcome" to "stat:contributions welcome" () 2017-02-14 20:32:51 -08:00
Martin Wicke
661530b3c0 Change contributing.md for new contribution policy.
Change: 110504506
2015-12-17 17:27:36 -08:00
Vijay Vasudevan
8bd3b38e66 TensorFlow: Upstream changes to git.
Changes:

- Update a lot of documentation, installation instructions,
  requirements, etc.

- Add RNN models directory for recurrent neural network
  examples to go along with the tutorials.

Base CL: 107290480
2015-11-06 21:57:38 -08:00
Manjunath Kudlur
f41959ccb2 TensorFlow: Initial commit of TensorFlow library.
TensorFlow is an open source software library for numerical computation
using data flow graphs.

Base CL: 107276108
2015-11-06 16:27:58 -08:00