Commit Graph

98737 Commits

Author SHA1 Message Date
Vijay Vasudevan
cb9fa5fc9d TensorFlow: Upstream changes from since last Thursday.
Changes:
- Bug fix to input.py by @dave-andersen with tests.

- Some fixes to names in the whitepaper

- Include cfloat for FLT_MAX by @benoitsteiner

- Fix broken link in mnist tutorials by @mrry

- Typos and fixes to documentation by @Sohl-Dickstein, @ebrevdo, @vrv,
  Yaroslav, @martinwicke

- Fixed unnecessary check around a delete by @girving

- More compatibility tests by @josh11b

- Misc other typos and fixes by Googlers.

Base CL: 107944070
2015-11-16 09:15:41 -08:00
Illia Polosukhin
3f9bd38462 Added license headers 2015-11-13 10:05:08 -08:00
Illia Polosukhin
77d5a5b20d Added inheretence from sklearn estimators 2015-11-12 22:46:26 -08:00
Illia Polosukhin
67e33815af Refactored out Trainer and ops from main file 2015-11-12 20:33:48 -08:00
Illia Polosukhin
e91dcaf231 Updated setup to actually install things, updated test to run only for 500 iters 2015-11-12 19:58:38 -08:00
Vijay Vasudevan
011e9baccd TensorFlow: a few small updates.
Changes:
- Fix softmax formula in word2vec to remove an extra exp()
  by @gouwsmeister

- Python3 fixes to remove basestring / support for unicode by @mrry

- Remove some comments by Josh

- Specify exact versions of bower dependencies for TensorBoard by
  @danmane.

Base CL: 107742361
2015-11-12 18:34:45 -08:00
Vijay Vasudevan
d50565b35e TensorFlow: Upstream changes from afternoon.
Changes:
- Ptrdiff -> DenseIndex change by @jiayq

- Fix to scoping the logging in logging.py by @dga

- Improvement to Conv2DBackpropFilter on CPU by Andy

- Remove lookup table wrappers for the time being (wasn't in our
  public API yet) by Yukata

- Add a check similar to numpy to make sure the user isn't in the
  tensorflow src directory by @vrv

- More changes for  python 3 compat by @girving

- Make dropout preserve shape info from input (@mrry)

- Significant speed improvements by @zheng-xq to BFC allocator to bring
  on par (CPU overhead-wise) to the region allocator.  Make BFC
  allocator the default now that it's working well for a variety
  of models.

- Fix a bunch of typos reported by users (@vrv)

- Enable concat for bfloat16 on GPU by Ashish.

Base CL: 107733123
2015-11-12 16:47:36 -08:00
Illia Polosukhin
6c401fe64b Changing github url to /google/skflow 2015-11-12 15:25:56 -08:00
Vijay Vasudevan
4dffee7f62 TensorFlow: Minor updates to docs, BUILD, GPU config / perf, etc.
Changes:
- Updates to op documentation and index by Josh

- More changes to BUILD files for python 3 support by @girving

- Fix to Eigen to use DenseIndex everywhere by @jiayq

- Enable configuration for cuda compute capability by @zheng-xq,
  including updates to docs.

- Route aggregation method through optimizer by schuster

- Updates to install instructions for bazel 0.1.1.

Base CL: 107702099
2015-11-12 11:27:00 -08:00
Illia Polosukhin
3db714a47b make license in setup.py match 2015-11-11 20:11:21 -08:00
Illia Polosukhin
b77f3ca411 Removed license headers 2015-11-11 20:07:40 -08:00
Illia Polosukhin
b75c2a3165 Added apache headers 2015-11-11 20:04:02 -08:00
Illia Polosukhin
9e481dab60 Initial commit 2015-11-11 20:00:02 -08:00
Vijay Vasudevan
f2102f4e2c TensorFlow: upstream changes from the afternoon.
Changes:

- futurize --stage2 changes for Python 3 compatibility by @girving.

- Small updates to documentation by @vrv, schuster and others

- Account for failure of std:🧵:hardware_concurrency by @ebrevdo.

- More changes for backwards-compatibility tests by Josh

- Updates to python op doc generation by Josh

- Added support for using the best-fit allocator via ConfigProto by @vrv.

- Rename LocalSession to DirectSession, since local was a bad name for
  it.

- Enable tf.nn.moments() to work with tensors of unknown shape by @mrry.
  GITHUB_ISSUE: 139

- Changes for Android build by Andrew.

Base CL: 107645181
2015-11-11 18:45:21 -08:00
Vijay Vasudevan
3961abed95 Upstream a number of changes to git.
Changes:
- Updates to README / os_setup for common installation issues
  by ebrevdo, vrv, wicke, anelia, dga

- Add a test for backwards compatibility checks by Josh

- Simplifications to tiling/padding of scalars by bsteiner

- Improve listing of devices when no devices are known by Matthieu

Base CL: 107607137
2015-11-11 11:52:11 -08:00
Vijay Vasudevan
9a00a61aa4 Add colah@'s fixed version of scalar equation to docs.
Base CL: 107547091
2015-11-10 18:30:48 -08:00
Vijay Vasudevan
4810e72482 Update description of various issue/discussion forums (by vanhoucke)
Base CL: 107543097
2015-11-10 17:41:19 -08:00
Vijay Vasudevan
c61c39614a TensorFlow: upstream changes to git (doc fixes).
Changes:

- Fix typos across several files contributed by Erik Erwitt,
  and Michael R. Berstein

- Fix bug in translate example (fr->en typo) by schuster

- Updates to some documentation (mcoram,shlens,vrv,joshl)

- Fix to Android camera demo app window size detection (andrewharp)

- Fix to support lookup table of high rank tensors (yleon)

- Fix invalid op names for parse_example (dga)

Base CL: 107531031
2015-11-10 15:23:01 -08:00
Vijay Vasudevan
9274f5aa47 TensorFlow: Upstream a batch of changes to git.
Changes:

- Some changes to make our ability to handle external contributions
  simpler (e.g., adding some markers, adding empty __init__.py files).

- Fixing documentation of SummaryWriter.add_summary().

- Some input validation changes for queues/barriers.

- Fixing the ptb tutorial (thanks to @kentonl for reporting),
  fixes, github issue 52.

- Some documentation suggestions for dealing with a few install
  problems.

- Speed improvements to conv2d gradient kernels on CPU.

- More documentation fixes for the website.  Thanks to @makky3939 and
  @keonkim for reports.

- Changes / fixes to the Docker files.

- Changes build_pip_package to not create an sdist.

- Adds tensorboard example script.

Base CL: 107445267
2015-11-09 18:42:53 -08:00
Vijay Vasudevan
61d3a958d6 TensorFlow: Initial steps towards python3 support, some documentation
bug fixes -- reindents to 2 for some of the files to match our internal
requirements.

Thanks to Martin Andrews for the basic_usage.md suggested fix via
Gerrit.

Base CL: 107394029
2015-11-09 10:11:07 -08:00
Vijay Vasudevan
9f64983a84 TensorFlow: Update documentation to address quirks, add whitepaper link,
and add tentative Dockerfile for GPU.  Change install instructions
to also suggest upgrading six for Mac.

Base CL: 107379398
2015-11-09 06:38:54 -08:00
Manjunath Kudlur
f7f0072844 TensorFlow: Upstream changes to git.
Changes:
- Lot of updates to docs.

Base CL: 107357203
2015-11-08 22:08:04 -08:00
Manjunath Kudlur
3b8b69f71a TensorFlow: Upstream changes to git.
Changes:
- Doc type fixes.

Base CL: 107356208
2015-11-08 21:41:37 -08:00
Manjunath Kudlur
c9e59c5fd9 TensorFlow: Upstreaming changes to git.
Changes:
- Update to OS X install instructions.

Base CL: 107355822
2015-11-08 21:27:30 -08:00
Manjunath Kudlur
c943bcaa51 TensorFlow: Upstream changes to git.
Changes:
- Correct number of CPUs reported on mac.
- Doc updates.

Base CL: 107355041
2015-11-08 21:04:29 -08:00
Manjunath Kudlur
a2257d08a9 TensorFlow: Upstreaming changes to git.
Changes:
Fix anchor for github.

Base CL: 107352236
2015-11-08 19:28:55 -08:00
Manjunath Kudlur
d769a3fd30 TensorFlow: Upstream changes to git.
Changes:
- Updates to installation instructions.

Base CL: 107352130
2015-11-08 19:23:41 -08:00
Manjunath Kudlur
b2dc60eaa9 TensorFlow: Upstream changes to git.
Changes:
- Documentation updates.
- Relax numpy requirement to 1.9.2

Base CL: 107349632
2015-11-08 17:41:48 -08:00
Manjunath Kudlur
1d3874fe2f TensorFlow: Upstream changes to git.
Changes:
- Docuementation changes.
- Update URL for protobuf submodule.

Base CL: 107345722
2015-11-08 15:14:37 -08:00
Manjunath Kudlur
71842dabdb TensorFlow: Upstream latest changes to git.
Changes:
- Documentation updates.
- Specify numpy version in required packages.

Base CL: 107344010
2015-11-08 13:56:56 -08:00
Vijay Vasudevan
e28c1dbab3 TensorFlow: Upstream latest changes to git.
Changes:
- Documentation changes: adding some examples
  for adding_an_op, fixes to some of the markdown,
  updates to docstrings, etc.

- Remove Dockerfile for now -- still undergoing
  changes.

Base CL: 107341050
2015-11-08 11:37:26 -08:00
Vijay Vasudevan
ec490db88a TensorFlow: Upstream changes to git.
Changes:
- Update whitepaper
- Fix some names in docs.

Base CL: 107313143
2015-11-07 14:33:26 -08:00
Vijay Vasudevan
fddaed5246 TensorFlow: Upstream commits to git.
Changes:
- More documentation edits, fixes to anchors,
  fixes to mathjax, new images, etc.
- Add rnn models to pip install package.

Base CL: 107312343
2015-11-07 13:58:24 -08:00
Vijay Vasudevan
7de9099a73 TensorFlow: Upstream latest commits to git.
Changes:
- Updates to Documentation, README.md, installation
  instructions, anchor links, etc.

- Adds Readme for embedding directory.

Base CL: 107308461
2015-11-07 10:49:41 -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
cd9e60c1cd TensorFlow: Upstream latest changes to Git.
Changes:
- Updates to installation instructions.
- Updates to documentation.
- Minor modifications and tests for word2vec.

Base CL: 107284192
2015-11-06 18:37:11 -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