aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Remove explicit dependency on Python 2.7 from ↵Gravatar Jan Wilken Dörrie2016-06-28
| | | | | crosstool_wrapper_driver_is_not_gcc (#3077) Many superclusters need to compile TensorFlow from source due to an outdated glibc version (see #110). In @rdipietro's excellent workaround post (https://github.com/tensorflow/tensorflow/issues/110#issuecomment-219790730) he mentions issues with the referenced Python version in this file. I have issues as well, but of a different nature. In my case the build script is unable to find `libpython2.7.so.1.0`, since only Python 3 is present on my machine. The issue originates from `crosstool_wrapper_driver_is_not_gcc` where the only Python 2.7 exclusive feature is the `print` statement. By `import`ing `print_function from __future__` the explicit dependency can be dropped and both versions of Python are supported.
* Fix for iOS compile problems (#3075)Gravatar Pete Warden2016-06-28
|
* Added Xcode version check and logging utilities for kernel errors (#2993)Gravatar Pete Warden2016-06-28
| | | | | | | | | | | | * Fixed makefile problems with new files and zlib dependency * Added basic Raspberry Pi example, and fixed math error in iOS examples * Added initial camera example for Raspberry Pi * Added model running to camera example * Added Xcode version check, and logging utilities for kernel errors
* Adds conv3d_transpose operation (3D "deconvolution") (#3049)Gravatar Daeyun Shin2016-06-27
| | | | | | | | | | * Add conv3d_transpose operation and register gradients for Conv3DBackpropInputV2 and Conv3DBackpropFilterV2. * Fix indentation. * Add a comment that says transpose of convolution is sometimes referred to as "deconvolution." * Update formatting.
* Implement bidirectional_dynamic_rnn (#1779) (#2581)Gravatar Jihun Choi2016-06-27
| | | | | | | | | | | | | | | | | * Implement bidirectional_dynamic_rnn (#1779) * Modify return values of bidirectional_dynamic_rnn Instead of the concatenated `Tensor` of the forward and backward outputs, it now returns them separately as a tuple. Additionally, the forward and backward states are now returned as a tuple. * Enhance readability of bidirectional_dynamic_rnn * Modified an ambiguous docstring in bidirectional_dynamic_rnn * Fix typo in bidirectional_dynamic_rnn
* Merge pull request #3063 from caisq/python3-fix-2aGravatar caisq2016-06-27
|\ | | | | Fix Nightly Python3 error in graph_io_test.py
| * Fix Nightly Python3 error in graph_io_test.pyGravatar Shanqing Cai2016-06-27
|/ | | | Change: 125988941
* Merge pull request #2985 from sharkdtu/masterGravatar Rasmus Munk Larsen2016-06-27
|\ | | | | fix word2vec_test's tmp path
* \ Merge pull request #3058 from maciekcc/branch_125939528Gravatar Martin Wicke2016-06-27
|\ \ | | | | | | Branch 125939528
| * | Merge commit for internal changesGravatar Maciek Chociej2016-06-27
|/| |
| * | Add a script to build all for Android by using MakefileGravatar A. Unique TensorFlower2016-06-27
| | | | | | | | | | | | Change: 125939528
| * | Merge duplicate host protobuf make routineGravatar A. Unique TensorFlower2016-06-27
| | | | | | | | | | | | Change: 125934447
| * | Parallelize protbuf host buildGravatar A. Unique TensorFlower2016-06-27
| | | | | | | | | | | | Change: 125930002
| * | Bump Dockerfile devel to checkout r0.9 now.Gravatar Vijay Vasudevan2016-06-26
| | | | | | | | | | | | Change: 125920254
| * | Fix deprecated decorator.Gravatar Martin Wicke2016-06-26
| | | | | | | | | | | | Change: 125907725
| * | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-26
| | | | | | | | | | | | Change: 125901975
| * | Add a variant of mutable hash table that supports tensors as values.Gravatar A. Unique TensorFlower2016-06-26
| | | | | | | | | | | | | | | Add support for exporting the contents of a table. Change: 125901929
| * | TF debugger core callback and DebugGatewayGravatar Shanqing Cai2016-06-25
| | | | | | | | | | | | | | | | | | | | | This is the first of a series of CLs aimed at implementing the TF debugger (tfdb). This C++ CL adds the node-outputs callback to ProcessOutputs() in ExecutorImpl and provides access to it via the DebugGateway class. This makes it possible to observe intermediate node outputs during a DirectSession.Run() call. Change: 125882979
| * | Add partial shape inference for values that are used as shapes.Gravatar Derek Murray2016-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this change, the shape inference for `tf.reshape()` will correctly observe that, for example: ```python x = tf.placeholder(tf.float32) y = tf.placeholder(tf.int32) z = tf.reshape(x, [y, 37]) print(z.get_shape()) # ==> (?, 37) ``` Partially addresses #2938. Change: 125875146
* | | Fix some typos (#3045)Gravatar Shota2016-06-25
| | |
* | | docs: Change "valued" to "values" (#3041)Gravatar Nishant Agrawal2016-06-25
| | |
| * | Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125838783
| * | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125838604
| * | Fix a bug in the handling of Send/Recv of ref edge. The bug shows up in the ↵Gravatar Yuan Yu2016-06-24
| | | | | | | | | | | | | | | | | | corner case that an op has multiple inputs, one of the input is of ref type from a different device, and one other input is also remote but cached for some other reasons. Change: 125837438
| * | Add support for DequeueUpTo in FIFOQueue and PaddingFIFOQueueGravatar Eugene Brevdo2016-06-24
| | | | | | | | | | | | Change: 125837171
| * | Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125836871
| * | Merge changes from github.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125835079
| * | Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125834391
| * | Add contrib docs to leftnav.Gravatar Martin Wicke2016-06-24
| | | | | | | | | | | | Change: 125830950
| * | Add deprecation decorators. Deprecate dnn_ops.dnn.Gravatar Martin Wicke2016-06-24
| | | | | | | | | | | | Change: 125830566
| * | Added more ops to testlib.Gravatar Jianmin Chen2016-06-24
| | | | | | | | | | | | Change: 125829994
| * | TensorBoard cleanup & infrastructure improvementsGravatar Dan Mané2016-06-24
| | | | | | | | | | | | | | | | | | | | | - dist/index.html now uses only relative, not absolute, imports - tf-tensorboard now contains all the demo logic; tf-tensorboard-demo was removed. The vulcanization logic was simplified. - Fixed serialize_tensorboard, and cleaned it up a bit. Change: 125827649
| * | Fixed build.Gravatar Mustafa Ispir2016-06-24
| | | | | | | | | | | | Change: 125827302
| * | Add ability to limit number of evaluations in slim.evaluation_loop.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125821416
| * | Fix docstring for `BaseSaverBuilder._AddShardedRestoreOps()`.Gravatar Zongheng Yang2016-06-24
| | | | | | | | | | | | Change: 125816703
| * | Fix linker errors by adding a dependence on constant_op to targets using ↵Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | | | | | | | fill_functor. This is needed because the templates in fill_functor.h are instantiated in constant_op.cc. Change: 125816082
| * | Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125813148
| * | Extend the ValueType interface to allow StochasticTensors to declare their ↵Gravatar Eugene Brevdo2016-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inputs. This will allow error checking for subclasses of MeanValue, SampleValue, etc. For example, for ADVISampleValue, we can ensure that no inputs are descended from other DistributionTensors with intermediate tensor calculations (because these require a special Jacobian term added to the score function, which can only be done by TransformedDistribution objects). Change: 125812475
| * | Add a couple of unit tests to ensure Linear-only and DNN-only instantiations ofGravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | | | | the DNNLinearCombinedEstimators work properly. Change: 125811654
| * | RealValuedColumn.to_weighted_sum didn't use variable scopes, so it was ↵Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | | | | | | | | | | impossible to reuse the values in a graph. This is inconsistent with the rest of layers. It also manually performed a matrix multiply and this was replaced with a more standard formulation. Change: 125808727
* | | Merge pull request #3030 from maciekcc/branch_125795153Gravatar Vijay Vasudevan2016-06-24
|\ \ \ | | | | | | | | Branch 125795153
| | * | Added staggered start of training workers.Gravatar Mustafa Ispir2016-06-24
| | | | | | | | | | | | | | | | Change: 125803613
| | * | Fix the TensorBoard README link on the how to page.Gravatar Renato Utsch2016-06-24
| | | | | | | | | | | | | | | | Change: 125799092
| * | | Merge commit for internal changesGravatar Maciek Chociej2016-06-24
|/| | | | |/ /
| * | Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125795153
| * | Add repeat meta-layer.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125794105
* | | README: fix shell snippet markdown (#3022)Gravatar Emmanuel T Odeke2016-06-24
| | | | | | | | | | | | | | | | | | | | | Fixes shell snippet markdown, by ensuring that the shell command `python` and the actual Python code are separated in different code blocks. This is to prevent a formatting nit because $ not in string form, is not a valid Python token.
| * | Added tf.container(container_name) context manager.Gravatar Sherry Moore2016-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | Added Python interfaces to reset resource containers. pywrap_tensorflow.TF_Reset(target, [containers]) will release resources in all listed containers, while pywrap_tensorflow.TF_Reset(target) will release resources in all the containers. In particular, Variables cached on the devices will be cleared by this call. Change: 125790643
| * | Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125790131
| * | Fixes a bug in logistic regression evalGravatar A. Unique TensorFlower2016-06-24
| | | | | | | | | | | | Change: 125789944