Sign in
chromium
/
external
/
github.com
/
tensorflow
/
tensorflow
/
refs/tags/v0.8.0
4b7bc31
Update cuda instructions to be more specific about versions (#2065)
by Vijay Vasudevan
· 9 years ago
v0.8.0
dc19800
Merge pull request #2023 from caisq/r0.8-tensorforest-2
by Martin Wicke
· 9 years ago
ac3c683
Merge pull request #2026 from caisq/r0.8-final
by Jan Prach
· 9 years ago
a074dca
One more version update for 0.8.0 final
by Shanqing Cai
· 9 years ago
f7ec1ed
Fixes and enhancements for contrib/tensorforest Change: 120123078
by gilberth
· 9 years ago
44a6b91
Merge pull request #1902 from martinwicke/branch_119712558
by Martin Wicke
· 9 years ago
d118d1d
Merge pull request #2020 from martinwicke/r0.8
by Martin Wicke
· 9 years ago
846e012
Point deepdream tutorial at README instead of ipython
by Martin Wicke
· 9 years ago
93625a8
Include TensorBoard TAG in pip_package (#2009)
by Daniel W Mane
· 9 years ago
6408038
Update RELEASE.md (#1995)
by Martin Wicke
· 9 years ago
1933eb6
Update RELEASE.md
by Martin Wicke
· 9 years ago
9fd4a1d
Fix the TensorBoard README.md to point at correct url for demo tensorboard (#1973)
by Daniel W Mane
· 9 years ago
7a4e0bf
Add a comment to install mentioning cuda and cudnn requirements (#1985) (#1986)
by Vijay Vasudevan
· 9 years ago
0e61baf
Revert change to r0.8 branch that points to new URLs (#1977)
by Vijay Vasudevan
· 9 years ago
50cb176
Merge pull request #1966 from mrry/clusterspec_fix
by caisq
· 9 years ago
9e1b37e
Version bumping for 0.8.0 final release (#1959)
by caisq
· 9 years ago
fb301a9
Fixed bug in `tf.train.ClusterSpec` constructor.
by Derek Murray
· 9 years ago
35cd6a3
Merge pull request #1946 from caisq/r0.8-tensorboard
by caisq
· 9 years ago
09d7d91
Fix TensorBoard lib/css dependency (#1926)
by Daniel W Mane
· 9 years ago
6bda8aa
Applying editorial changes to the distributed how-to. (#1920)
by Derek Murray
· 9 years ago
31ea3db
switch docker links from b.gcr.io to gcr.io (#1911)
by Jan Prach
· 9 years ago
v0.8.0rc0
bc5e961
fix python wheel links (#1909)
by Jan Prach
· 9 years ago
9ff62fc
fix ppa repositories in ci_build (#1904)
by Jan Prach
· 9 years ago
8dc5ede
Run C++ gendocs (#1905)
by Martin Wicke
· 9 years ago
f819d48
Merge pull request #1903 from jendap/more-0.8-versions
by Martin Wicke
· 9 years ago
cb8ebef
update more places with version to 0.8
by Jan Prach
· 9 years ago
a65c94b
Update roadmap.md (#1900)
by Martin Wicke
· 9 years ago
c9b6c5e
R0.8 Release notes (#1898)
by Martin Wicke
· 9 years ago
47623eb
Merge pull request #1897 from martinwicke/master
by Martin Wicke
· 9 years ago
a110a16
Make sparse_tensor_dense_matmul_op_test medium
by Martin Wicke
· 9 years ago
9536379
Merge pull request #1896 from martinwicke/master
by Martin Wicke
· 9 years ago
2177658
Make learn:test_base medium size
by Martin Wicke
· 9 years ago
1e2a17a
Fix bugs in the indexing operator with latest NumPy (#1895)
by Derek Murray
· 9 years ago
bce8c55
Make diag_op_test faster (#1889)
by Martin Wicke
· 9 years ago
ed6b912
Adding link to playground (#1887)
by Shan Carter
· 9 years ago
1d5b211
Bumping version: 0.7.1 --> 0.8.0rc0 (#1884)
by caisq
· 9 years ago
bf4b58c
Make diag_op_test faster
by Martin Wicke
· 9 years ago
dabcdc7
Fix a typo in Mechanics 101 tutorial to match recent code. (#1866)
by e-lin
· 9 years ago
41ae528
Moved mnist reading from input_data in tutorial to learn/datasets (#1864)
by Illia Polosukhin
· 9 years ago
4c50340
Merge pull request #1865 from martinwicke/branch_119599547
by Martin Wicke
· 9 years ago
a4cee9a
Merge commit for internal changes
by Martin Wicke
· 9 years ago
7c86e9c
Add SyncReplicasOptimizer test in dist_test
by A. Unique TensorFlower
· 9 years ago
0ebbb99
Merge pull request #1863 from martinwicke/branch_119585022
by Martin Wicke
· 9 years ago
ea6cdc0
Enable test_benchmark.* files for Android build. Change: 119591021
by Andrew Harp
· 9 years ago
76d3808
Updated the distributed runtime how-to to use the new API in `tf.train.*`.
by Derek Murray
· 9 years ago
f6a1d34
merge internal changes
by Martin Wicke
· 9 years ago
a77499c
Redo the TensorBoard tutorial code (mnist_with_summaries.py).
by Dan Mané
· 9 years ago
3c59c1e
Update released TensorBoard.
by Dan Mané
· 9 years ago
5454627
Update update_version.sh (#1857)
by caisq
· 9 years ago
c07d1f3
Link to active linux GPU nightly build (#1859) (#1860)
by lahwran
· 9 years ago
3b724ec
Add stat_summarizer.h into tensorflow/core/BUILD Change: 119572994
by A. Unique TensorFlower
· 9 years ago
e42fa00
Adding link to readme in TensorBoard Toolbar.
by A. Unique TensorFlower
· 9 years ago
f416576
Update generated Python Op docs. Change: 119565375
by A. Unique TensorFlower
· 9 years ago
beea3019
Update ops-related pbtxt files. Change: 119565115
by A. Unique TensorFlower
· 9 years ago
e8494ea
[Skflow] Move skflow to learn and make it available by default. (#1833)
by Illia Polosukhin
· 9 years ago
cc7f05f
Restrict the use of OUT_OF_RANGE to what it was intended to.
by A. Unique TensorFlower
· 9 years ago
6e8e7ca
Make the TF_CALL_*() macros drop the semicolon, instead putting that burden
by A. Unique TensorFlower
· 9 years ago
a128dee
Clean up benchmark.py after previous modifications and add unit test.
by Eugene Brevdo
· 9 years ago
45b208d
Add additional space after "Examples" so ```python``` can render
by A. Unique TensorFlower
· 9 years ago
fe9dafd
[Skflow] Fix imports to use specific tf modules, import skflow by default (#1832)
by Illia Polosukhin
· 9 years ago
948998c
Modified tests to check for gradient propagation. (#1847)
by Till Hoffmann
· 9 years ago
3eaf185
Clarification of object ownership in ::tensorflow::Env Change: 119544956
by A. Unique TensorFlower
· 9 years ago
63bc43f
Add an option to docs.py collect_members to skip certain symbols
by Geoffrey Irving
· 9 years ago
36590fd
[Skflow] Make sklearn not mandatory dependency (#1829)
by Illia Polosukhin
· 9 years ago
7b8c197
Add Dimension.__str__ and improve TensorShape.merge_with errors
by Geoffrey Irving
· 9 years ago
6a4b250
Clarifies some documentation in server_lib.py Change: 119533248
by A. Unique TensorFlower
· 9 years ago
017498b
tensorflow: support usage of eigen thread pool
by A. Unique TensorFlower
· 9 years ago
eb161ec
Fix RNN performance bug. + Additions to rnn benchmarks & benchmarks.py.
by Eugene Brevdo
· 9 years ago
918e964
Surface control_flow_ops.while_loop to public.
by Yuan Yu
· 9 years ago
ed1a947
Let reshape guess the dim. (#1838)
by Sung Kim
· 9 years ago
95cbfaf
add reference for several concepts in tutorial (#1818)
by Wenjian Huang
· 9 years ago
098f930
This is another step to make TensorFlow more interactive and flexible to users. It allows a tensor produced by a run call to stay "in-place" so that a future run call can use it in-place. To achieve this, a run call can now return a handle of a tensor to the client, which can then be fed to a subsequent run call. This feature is complimentary to partial run, though there are some overlaps.
by Yuan Yu
· 9 years ago
cc9560e
Made isinf, isnan, isfinite, ceil and floor work with 16 bit floats.
by Benoit Steiner
· 9 years ago
9085ba6
Change batch_norm default (#1831)
by Yuan (Terry) Tang
· 9 years ago
8f8b8d6
Return correct status with error when Graph creation fails. Change: 119448828
by A. Unique TensorFlower
· 9 years ago
01e0896
Remove definition of macro TS_UNCHECKED_READ. Change: 119434669
by A. Unique TensorFlower
· 9 years ago
f72976c
Fix GPU BUILD Change: 119431584
by Vijay Vasudevan
· 9 years ago
1edb8c8
Abstract the GCS/GFile code that event loading needs behind an io_wrapper module.
by A. Unique TensorFlower
· 9 years ago
ff160e5
Fix broken build. Change: 119427077
by A. Unique TensorFlower
· 9 years ago
e47ddeb
Temporary rollback of half support in TF_CALL_REAL_NUMBER_TYPES()
by A. Unique TensorFlower
· 9 years ago
95ae233
Fix segfault in grpc_server_lib when an invalid hostname-port pair is passed.
by Derek Murray
· 9 years ago
264bac9
Use new adjoint attribute for solvers to make gradients more efficient.
by A. Unique TensorFlower
· 9 years ago
4d9ec5e
More comprehensively enforcing Tensor MaxDimensions limit. Change: 119423048
by David G. Andersen
· 9 years ago
f77c9fb
Remove unused mutex.h from file_system.h Change: 119420831
by Manjunath Kudlur
· 9 years ago
72a1cdc
Added ParseExample microbenchmark. Change: 119419160
by Eugene Brevdo
· 9 years ago
ffd8892
Fixing additional int64->32 implicit conversion warnings. Change: 119416366
by David G. Andersen
· 9 years ago
076cee7
Added reduce_join op. Change: 119409291
by A. Unique TensorFlower
· 9 years ago
86dfcdc
Make TF_CALL_REAL_NUMBER_TYPES() and related macros include Eigen::half
by A. Unique TensorFlower
· 9 years ago
1cd3593
Fix rnn_cell._get_sharded_variable to work for shapes of any rank.
by Geoffrey Irving
· 9 years ago
0c3f116
Merge pull request #1827 from vrv/branch_119385535
by Vijay Vasudevan
· 9 years ago
2d691fe
Re-enable write-once, read-many semantics for TensorArray.
by Eugene Brevdo
· 9 years ago
1c60615
add a reference for TensorBoard in tutorial (#1826)
by Wenjian Huang
· 9 years ago
12b2083
Clarify attention_decoder documentation (#1822)
by Jonas Meinertz Hansen
· 9 years ago
55810fa
Support non-arm architectures for Android.
by A. Unique TensorFlower
· 9 years ago
b7eeb73
Add batch_diag and batch_diag_part ops. Change: 119399466
by Eugene Brevdo
· 9 years ago
f2a21a8
Upgraded to the latest version of Eigen that has bug fixes for complex numbers
by Benoit Steiner
· 9 years ago
b1286b4
Merge commit for internal changes
by Vijay Vasudevan
· 9 years ago
bbe01cb
Allow reuse of partitioned_variables. Change: 119392087
by A. Unique TensorFlower
· 9 years ago
f140e09
Always write uncompressed checkpoints. Change: 119385535
by Sherry Moore
· 9 years ago
c203a4a
Add an attribute to {batch_}matrix_solve and {batch_}matrix_triangular_solve to allow solving A^* X = B instead of A X = B.
by A. Unique TensorFlower
· 9 years ago
Next »