- 04 6月, 2016 6 次提交
-
-
由 Pete Warden 提交于
* Added Raspberry Pi cross-compilation support to makefile * Fixed makefile linking problem with Pi * Added documentation for Pi compilation * Added live camera iOS example * Updated Eigen version in makefile, and added more iOS compile flags * Added licenses to makefile sh scripts, fixed simple iOS example setting
-
由 caisq 提交于
Add x permission back to test_tutorials.sh
-
由 Pete Warden 提交于
* Added Raspberry Pi cross-compilation support to makefile * Fixed makefile linking problem with Pi * Added documentation for Pi compilation * Added live camera iOS example * Updated Eigen version in makefile, and added more iOS compile flags
-
由 Siddharth Agrawal 提交于
* Enable GPU for L2Loss float64 * Enable GPU for L2Loss float64
-
由 Shanqing Cai 提交于
-
由 Fabrizio Milo 提交于
-
- 03 6月, 2016 34 次提交
-
-
由 Martin Wicke 提交于
-
由 Martin Wicke 提交于
-
由 Dr. Kashif Rasul 提交于
* added Install instructions for OS X GPU Fixes #2522
-
由 Martin Wicke 提交于
-
由 Jesper Steen Møller 提交于
-
由 Derek Murray 提交于
* Updated gRPC to release 0.14. * Added grpc.BUILD file to work around bugs in the official BUILD.
-
由 Jan Prach 提交于
improve docker readme - fixes #2533.
-
由 Zongheng Yang 提交于
Enable tf.rank() for SparseTensor
-
由 Martin Wicke 提交于
-
由 A. Unique TensorFlower 提交于
Change: 123940786
-
由 Martin Wicke 提交于
Change: 123939117
-
由 A. Unique TensorFlower 提交于
Change: 123937085
-
由 A. Unique TensorFlower 提交于
Change: 123937028
-
由 Illia Polosukhin 提交于
* ValueError is model_dir / output_dir are empty. * Added support for creating parse_example from TensorSignature. Change: 123935766
-
由 A. Unique TensorFlower 提交于
Change: 123935296
-
由 Siddharth Agrawal 提交于
-
由 Siddharth Agrawal 提交于
-
由 Siddharth Agrawal 提交于
-
由 A. Unique TensorFlower 提交于
an op's shape inference function. Include functions for asserting shape rank, dim value, and for merging shapes and dims. Change: 123934214
-
由 Eugene Brevdo 提交于
Change: 123931185
-
由 Yutaka Leon 提交于
Change: 123931055
-
由 A. Unique TensorFlower 提交于
Change: 123925843
-
由 A. Unique TensorFlower 提交于
Instead download the whole zip file and extract the single file. Change: 123924244
-
由 A. Unique TensorFlower 提交于
Change: 123923043
-
由 A. Unique TensorFlower 提交于
Change: 123921509
-
由 A. Unique TensorFlower 提交于
This can be used to provide an ordering on runs that remains the same even as new runs are added (unlike sorting the run names alphabetically). We always load the first event whenever we add a run to a multiplexer because FirstEventTimestamp() and Reload() both grab the same mutex. Since the first event is just a version specifier, this shouldnt' cause any intensive computation. Change: 123921205
-
由 A. Unique TensorFlower 提交于
Change: 123921139
-
由 A. Unique TensorFlower 提交于
Change: 123919254
-
由 A. Unique TensorFlower 提交于
Change: 123913353
-
由 Illia Polosukhin 提交于
Refactoring TensorFlowLinearYYY to use LinearYYY and TensorFlowDNNClassifier / TensorFlowDNNYYY to use DNNYYY. Added DeprecatedMixin to support old interface before we remove them. * Added dropout to DNN/Linear/DNNLinearCombined. * Fixed tests and disabled few that are not useful at this point. * Addressed data feeders to work without n_classes properly (preserving dtype). * Fixing bug with LinearRegression, where loss was broadcasted into [batch_size, batch_size]. Change: 123912829
-
由 Pete Warden 提交于
* Added Raspberry Pi cross-compilation support to makefile * Fixed makefile linking problem with Pi * Added documentation for Pi compilation * Added live camera iOS example
-
由 Benoit Steiner 提交于
advantage of multiple CPU cores when possible. This improved the throughput of the inception model from 2.2 examples per second to 2.4 examples per second on my workstation. Change: 123910635
-
由 A. Unique TensorFlower 提交于
In particular we only support every_n_steps not every_n_seconds. Probably should call it every_x_seconds or something so n is not overloaded. TESTED: - passed opensource_build - passed unit test Change: 123906892
-
由 A. Unique TensorFlower 提交于
Change: 123903104
-