- 29 6月, 2016 6 次提交
-
-
由 A. Unique TensorFlower 提交于
Adds tf.contrib.learn quickstart and tf-wide (and deep) stuff to tutorial left nav and index page (and fixes an URL in the wide overview). Also breaks the left nav and index page into sections, because the list of tutorials is getting long. Change: 126105974
-
由 A. Unique TensorFlower 提交于
Change: 126082003
-
由 A. Unique TensorFlower 提交于
Change: 125636045
-
由 A. Unique TensorFlower 提交于
Change: 125463524
-
由 Martin Wicke 提交于
Fix the TensorBoard README link on the how to page.
-
由 Renato Utsch 提交于
Change: 125799092
-
- 22 6月, 2016 2 次提交
-
-
由 Martin Wicke 提交于
Update build file to fix #2703
-
由 Olivia 提交于
-
- 21 6月, 2016 9 次提交
-
-
由 Martin Wicke 提交于
update docs
-
由 Martin Wicke 提交于
-
由 Martin Wicke 提交于
Use string_to_hash_bucket_fast in feature_column
-
由 Martin Wicke 提交于
R0.9 time fix
-
由 A. Unique TensorFlower 提交于
direct_session_with_tracking_alloc_test. Change: 124970170
-
由 A. Unique TensorFlower 提交于
Change: 125205938
-
由 Martin Wicke 提交于
Version bump: 0.9.0rc0 --> 0.9.0
-
由 Shanqing Cai 提交于
-
由 ysuematsu 提交于
Updated feature_column to use string_to_hash_bucket_fast instead of deprecated string_to_hash_bucket.
-
- 20 6月, 2016 7 次提交
-
-
由 Martin Wicke 提交于
Fixes to TensorArray and Functional ops
-
由 Martin Wicke 提交于
Fix genrule Python execution problem with Python3.
-
由 Martin Wicke 提交于
-
由 Martin Wicke 提交于
-
由 Eugene Brevdo 提交于
- TensorArray shape inference now works correctly for scalar elements - TensorArrays each now get a unique name at runtime, per step. This means that they can be used in nested functional ops (e.g. tf.scan(tf.scan(...))) Change: 125110643
-
由 Lukasz Kaiser 提交于
create variables. Also add missing output_size in EmbeddingWrapper (#2852). Change: 125022470
-
由 Martin Wicke 提交于
Make RNN api public.
-
- 18 6月, 2016 2 次提交
-
-
由 Kiril Gorovoy 提交于
Change: 124202095
-
由 Eugene Brevdo 提交于
Change: 124305799
-
- 16 6月, 2016 5 次提交
-
-
由 Martin Wicke 提交于
Cherry-picking stability and doc fixes for r0.9
-
由 Derek Murray 提交于
This prevents the TensorSliceWriter from attempting to serialize variables that are larger than 2GB. It prevents potential memory corruption and segmentation faults. Fixes #2447. Change: 124921899
-
由 Derek Murray 提交于
Fixes #2326. Change: 124364329
-
由 Derek Murray 提交于
1. Re-disable fail-fast for the GrpcWorkerService. This was broken in the change to a newer version of gRPC. Session initialization and recovery relies on worker calls blocking until a response is received. 2. Move the serialization specialization to the *_impl.h files, so that they are picked up when sending responses. 3. Raise an error when the ByteSize of a message to be serialized is negative. Change: 124302956
-
由 Derek Murray 提交于
This fixes a potential race condition and segfault, where the response buffer could be deallocated with an RPC in flight. This would happen if a step was cancelled before its master blocked on the RunGraph RPCs. Change: 124255996
-
- 15 6月, 2016 1 次提交
-
-
由 Pete Warden 提交于
* Updated iOS settings (#2694) * Added linker options to armv7 in iOS makefile * Updated Eigen version in Xcode iOS examples * Updated iOS link flags * Fixes for Raspberry Pi compilation (#2701) * Added linker options to armv7 in iOS makefile * Updated Eigen version in Xcode iOS examples * Updated iOS link flags * Added support for Raspberry Pi * Updated Pi documentation and Eigen version in makefile (#2743) * Updated Pi compilation documentation * Updated Eigen version in makefile * Updated documentation link * Updated Pi documentation * Updated Pi build settings * Fix for build issue #2742; (#2749) (1) Additionally added linking against pthread for linux machines * Missing space; (#2762) (1) bash file check will fail without the space; * Updated Eigen include paths for iOS examples (#2841) * Updated Eigen hashes * Updated Eigen paths to a permanent link * Merged Eigen header changes * Merged Eigen header changes
-
- 13 6月, 2016 3 次提交
-
-
由 Martin Wicke 提交于
Shrink iOS binaries
-
由 A. Unique TensorFlower 提交于
types can be avoided on mobile platform. Change: 124172890
-
由 A. Unique TensorFlower 提交于
macros, and change the call-many macros to use those. This will let us change some other kernels to use TF_CALL*, for cases where no existing subset of types is what the kernel wants. This can help size on IOS. Change: 124166009
-
- 11 6月, 2016 4 次提交
-
-
由 Vijay Vasudevan 提交于
Cherry pick dist/tf-tensorboard.html update onto r0.9
-
由 Jan Prach 提交于
-
由 Dan Mané 提交于
Change: 124375656
-
由 SunYeop Lee 提交于
-
- 08 6月, 2016 1 次提交
-
-
由 Martin Wicke 提交于
-