Dan Smilkov
5329ac7a4c
Update bazel rules for bower dependencies.
...
Change: 139501626
2016-11-17 14:02:58 -08:00
Dan Smilkov
bc516c8e9d
Update bower dependencies to match internal dependencies.
...
Change: 138919472
2016-11-11 14:45:25 -08:00
Dan Smilkov
f0e9bd3c55
Update bower dependencies to match internal versions.
...
Change: 138673511
2016-11-09 13:04:59 -08:00
Dan Smilkov
c3bed28bd7
Update polymer dependencies.
...
Change: 137877854
2016-11-01 15:20:47 -07:00
Dan Smilkov
3037d18b3b
Update the bower versions.
...
Change: 135667780
2016-10-10 06:22:22 -07:00
Martin Wicke
999b794c13
Merge changes from github.
...
Change: 133874452
2016-09-21 14:31:57 -07:00
Dan Smilkov
33c9c02cd6
Use http_file instead of new_http_archive for some external dependencies.
...
1) Use http_file for the following external deps:
- Three.js since the github releases are extremely large (>500mb).
- numericjs since the compiled js is not checked into the github repo or even bower. It is hosted on the numericjs website.
2) Link the compiled source from ES6 components (e.g. Embedding Projector) into TensorBoard. In other words, new releases of vulcanized tf-tensorboard.html will now include the compiled code for the embedding projector (not visible yet in the UI).
3) Make bower_dependency_sync script generate one more file, dist/bazel-html-imports.html. This file imports the external deps that use http_file (via <script> tag) since they have special paths in bazel runfiles.
Change: 132388361
2016-09-06 19:02:26 -07:00
Dan Smilkov
38a4afc618
Move the frontend of the embedding projector to TensorBoard.
...
This is just code move and build integration. There are no UI/logic changes to TensorBoard.
Change: 131862643
2016-08-31 13:04:03 -07:00
Dan Smilkov
0f867ebf83
Automated rollback of change 131423744
...
Change: 131437266
2016-08-26 14:01:07 -07:00
Dan Mané
ec1077aae8
Properly re-add iron-icons as a dependency for TensorBoard.
...
This should merge to fix the r0.10 release.
Change: 131429807
2016-08-26 12:47:22 -07:00
Dan Smilkov
d697b66e4e
Moving the frontend of the embedding projector to TensorBoard.
...
This is just code move and build integration. There are no UI/logic changes to TensorBoard.
Change: 131423744
2016-08-26 11:47:20 -07:00
Dan Mané
396ccfe3cb
Autogenerated Change: Release TensorBoard at TAG: 24
...
Change: 130022244
2016-08-11 13:18:51 -07:00
Dan Mané
398385c8e1
Autogenerated Change: Release TensorBoard at TAG: 23
...
Change: 129778477
2016-08-09 12:32:07 -07:00
Dan Smilkov
f76c72ad48
Adding a device checkbox list for excluding devices when computing stats since some device stats can skew results.
...
Change: 126089107
2016-06-28 10:32:17 -07:00
Dan Mané
ac5b816b4b
Autogenerated Change: Update TensorBoard source and deps.
...
Change: 121901838
2016-05-09 18:42:37 -07:00
Dan Mané
ce6a995f9d
Add paper-dialog as a dependency for tf-tensorboard.
...
Also update typings in package.json and add typing dependency on sinon (its provided by wct)
Change: 119988943
2016-04-15 14:13:12 -07:00
Dan Mané
3b2309b3c5
Update TensorBoard dependencies.
...
Change: 118834399
2016-04-01 19:08:22 -07:00
Dan Mané
82fdff99d4
Update TensorBoard dependencies versions.
...
Remove some unnecessary devDependencies, e.g. accessibility_developer_tools and chai.
Change: 115613184
2016-02-25 18:09:12 -08:00
A. Unique TensorFlower
e006f93926
Alphabetize bower dependencies.
...
Change: 114806277
2016-02-16 22:12:54 -08:00
A. Unique TensorFlower
6b97b905f2
Rollback of: Alphabetize TensorBoard's bower dependencies
...
Change: 114796968
2016-02-16 22:12:32 -08:00
A. Unique TensorFlower
84f2706250
Update unary/binary math ops' gradient to defer some computation
...
until needed the backprop-ed "dy" is ready.
E.g., y = tanh(x). dx = dy * (1 - y^2). We don't need to compute y^2
until dy is computed.
Change: 114781664
2016-02-16 22:11:29 -08:00
A. Unique TensorFlower
d6f7322058
Change repository names to contain _ instead of -
...
Change: 113773458
2016-02-03 14:00:43 -08:00
A. Unique TensorFlower
0c62942e2b
Change visibility to public in bower.BUILD
...
A remote repository cannot refer to the main repository that way and a fix in a future Bazel release will break TensorFlow with the current set-up.
Error: http://ci.bazel.io/job/TensorFlow/BAZEL_VERSION=HEAD,PLATFORM_NAME=linux-x86_64/74/console
Change: 112056797
2016-01-13 14:05:16 -08:00
A. Unique TensorFlower
e7ca22d689
Add dependency on paper_tabs to TensorBoard
...
Change: 111713364
2016-01-08 16:00:07 -08:00
A. Unique TensorFlower
231c853a3a
Change: 111459848
2016-01-06 12:52:05 -08:00
Manjunath Kudlur
f41959ccb2
TensorFlow: Initial commit of TensorFlow library.
...
TensorFlow is an open source software library for numerical computation
using data flow graphs.
Base CL: 107276108
2015-11-06 16:27:58 -08:00