aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #3151 from rmlarsen/branch_126416482Gravatar Vijay Vasudevan2016-07-01
|\ | | | | Branch 126416482
* | Update README.md (#3133)Gravatar Justin Francis2016-07-01
| | | | | | | | Fixed spelling mistake line 64 Fixed link to NDK line 107
* | update tensorflow learn readme (#3140)Gravatar Wenjian Huang2016-07-01
| | | | | | | | | | | | | | | | | | | | * update tensorflow learn readme since `TensorFlowDNNClassifier`, `TensorFlowLinearClassifier`, `TensorFlowLinearRegressor` are all deprecated, use `DNNClassifier`, `LinearClassifier`, `LinearRegressor` * Update README.md * Update README.md
* | Small typo (#3150)Gravatar Simon DENEL2016-07-01
| | | | | | | | | | | | * Small typo * Previous score is 92%, not 91%.
| * Merge commit for internal changesGravatar Rasmus Larsen2016-07-01
|/|
| * Improve error messages in feature_column_ops.Gravatar A. Unique TensorFlower2016-07-01
| | | | | | | | Change: 126416482
| * Removed caching of optimizer. Since optimizer may depend on a graph element ↵Gravatar Mustafa Ispir2016-07-01
| | | | | | | | | | | | (global_step). Change: 126415442
| * Adds documentation for ubuntu-specific build issue seen by open-source users.Gravatar A. Unique TensorFlower2016-07-01
| | | | | | | | Change: 126415298
* | Fix arithmetic transform test (#3134)Gravatar Yuan (Terry) Tang2016-07-01
| |
| * Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126374388
| * Automated rollback of change 126349886Gravatar Zongheng Yang2016-06-30
| | | | | | | | Change: 126374056
| * Internal change.Gravatar Zongheng Yang2016-06-30
| | | | | | | | Change: 126373347
| * Autogenerated Change: Release TensorBoard at TAG: 21Gravatar Dan Mané2016-06-30
| | | | | | | | Change: 126371321
| * Use learn.DNNClassifier for Iris examples. Use default graph and existing ↵Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | | | global step (if there is one) in Estimator, because they may have been created earlier when constructing an optimizer, as in the example iris_custom_decay_dnn. Change: 126369635
| * Add a unit test to test DNN weights/biases lookup with correct names from ↵Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | | | saved checkpoints. Change: 126367935
| * Automated rollback of change 126348349Gravatar Zongheng Yang2016-06-30
| | | | | | | | Change: 126366720
| * Allow to specify the list of "clean termination" exceptions when creating aGravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | Coordinator Change: 126366456
| * Move POSIX-dependent tracing function from platform/default -> platform/posix.Gravatar Derek Murray2016-06-30
| | | | | | | | Change: 126364522
| * Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126364170
| * Transformed DistributionGravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126362065
| * Fix sparse_softmax_cross_entropy_with_logits for empty tensorGravatar Geoffrey Irving2016-06-30
| | | | | | | | | | | | If the batch size is zero, we need to avoid calling into Eigen because Eigen will explode. Zero classes is an error. Change: 126359444
| * Support optimizer function in Dnn/Linear/.. Estimators.Gravatar Mustafa Ispir2016-06-30
| | | | | | | | Change: 126354629
| * Cleanup SDCA op based on additional review comments.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126354256
| * Improvements to tensor_forest, including support for sparse and categorical ↵Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | | | | | inputs. Add tf.learn.Estimator for random forests. Change: 126352221
| * Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126350719
| * Add C++ shape inference for Pack, Unpack, and Const.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | | | | | | | Add GetAttr to shape_inference::InferenceContext. Allow setting NodeDef in shape_inference_testutil INFER calls (with new INFER*_WITH_DEF macro). Fix a bug that caused a crash when an INFER..ERROR macro called a shape inference function that did not return an error. Change: 126350221
| * Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126349886
| * Support Sparse-Sparse cwise ops; use for tf.sparse_{minimum,maximum}().Gravatar Zongheng Yang2016-06-30
| | | | | | | | | | | | This change adds the CPU kernel and Python ifaces. For now, assumes both operands have the same shapes. Change: 126348349
| * Fix initialization issues with Variables whose shape contains a zero.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | | | | | | | | | Fixes #2099. Tries to give Variables the same behavior as non-Variable tensors in this respect. Useful for not having to special case e.g. coefficients of a feature vector which may sometimes not have any features. Change: 126347791
| * Prepare move of safe_embedding_lookup_sparse from framework/ to layers/Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126346230
| * Raise an Unimplemented error when using MasterSession with place_pruned_graphs.Gravatar Derek Murray2016-06-30
| | | | | | | | | | | | | | This change has the unfortunate side-effect of preventing the use of tf.InteractiveSession with a gRPC session. This is intended as a temporary measure, while we fix the implementation of SimpleGraphExecutionState. Change: 126344674
| * Update ops-related pbtxt files.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126344587
| * Improved the gradients for tanh and sigmoid. This improves the speed of the ↵Gravatar Benoit Steiner2016-06-30
| | | | | | | | | | | | ptb word model from 6800 to 7800 words per second. Change: 126342788
| * Fix stack-use-after-scope detected by asan in gtl testGravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | | | inserted_count is used by RefCounted which is used by RefCountedVec. So inserted_count must outlive RefCountedVec. Change: 126342639
| * Bug fix: Correct erroneous parent fading when tracing inputs, correctly ↵Gravatar Robin Nabel2016-06-30
| | | | | | | | | | | | fading series nodes when loading run metadata. Change: 126340706
| * Clip the padding for negative values.Gravatar Xiaoqiang Zheng2016-06-30
| | | | | | | | Change: 126338283
| * Fixed bug in fully_connected_feed.py in which checkpoints were being saved ↵Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | | | to the directory below the desired output directory. Change: 126336688
* | Enable tf.erf() for SparseTensor (#3122)Gravatar Siddharth Agrawal2016-06-30
| |
| * Merge changes from github.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | Change: 126335170
| * Adapt the shape function for `tf.fill()` to handle partial shapes.Gravatar Derek Murray2016-06-30
| | | | | | | | | | Fixes #3102. Change: 126324523
* | Merge pull request #3124 from rmlarsen/branch_126308395Gravatar Vijay Vasudevan2016-06-30
|\ \ | | | | | | Branch 126308395
* | | Update compile_ios_tensorflow.sh (#3129)Gravatar Rasmus Munk Larsen2016-06-30
| | |
| | * Remove svg files from repo.Gravatar Martin Wicke2016-06-30
| | | | | | | | | | | | Change: 126321208
* | | Resolve the libcudnn library to its SONAME, when possible, (#3091)Gravatar Vijay Vasudevan2016-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and build the binary with that SONAME, which is supposed to be ABI-compatible. When we build our pip packages, we will now build with precisely the version of the SONAME that we intend to support with the binary packages. This is the solution recommended by @3XX0. Tested by installing cudnn 5.1.3 RC and seeing that the source code modifications show the use of version "5" (the SONAME version pointed to by libcudnn.so symlink). In addition, installing the pip package shows: >>> import tensorflow as tf I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcublas.so locally I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcudnn.so.5 locally I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcufft.so locally I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcuda.so.1 locally I tensorflow/stream_executor/dso_loader.cc:108] successfully opened CUDA library libcurand.so locally
* | | change boringssl resource from googlesource to github (#3121)Gravatar Huarong2016-06-30
| | |
| | * Update generated Python Op docs.Gravatar A. Unique TensorFlower2016-06-30
| | | | | | | | | | | | Change: 126314412
| | * Add --no-install-recommends to apt-getGravatar Shanqing Cai2016-06-30
| | | | | | | | | | | | | | | | | | | | | In response to GitHub issue: https://github.com/tensorflow/tensorflow/issues/1145 Avoids unnecessary installs and reduces docker image sizes. Change: 126312137
* | | Update the commands in doc of install cuda (#3118)Gravatar tobe2016-06-30
| | |
* | | Merge pull request #3120 from martinwicke/r0.9-mergeGravatar Martin Wicke2016-06-30
|\ \ \ | | | | | | | | R0.9 merge
| | * | Merge commit for internal changesGravatar Rasmus Larsen2016-06-30
| |/| | |/| |/