hash stringlengths 40 40 | msg stringlengths 1 131k | author stringlengths 1 33 | email stringlengths 0 57 | date int64 1,447B 1,698B |
|---|---|---|---|---|
864f3c722c19de64918e7a1acee35568701d08bf | Merge pull request #25 from terrytangyuan/example
Additional Example | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,732,343,000 |
cb9e0503e6f2d9b23bc59ac160955c894bffe5aa | Merge pull request #26 from terrytangyuan/patch-1
Minor typo | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,732,359,000 |
eeb4a439e9b98c265203908ef0d8a813b8e9e70b | TensorFlow: fix missing python3 print syntax in classify_image.py
Change-Id: Ibd5c68048f172785cf68272367d0f06fd62bc7de | Vijay Vasudevan | vrv@google.com | 1,449,767,176,000 |
019c6791406e60901b6b6190bb744e423815b807 | TensorFlow: upstream changes to git.
Change 109910602
TensorFlow: rename packages to their final whl names for linux.
Base CL: 109910643 | Vijay Vasudevan | vrv@google.com | 1,449,771,338,000 |
c3007947ca39bc91bc242abdbdb1479b21a3b392 | TensorFlow: Merge from internal. | Vijay Vasudevan | vrv@google.com | 1,449,772,664,000 |
5abead8c434d5c99c0eb43385f833844eff55721 | TensorFlow: upstream changes to git.
Change 109922312
Update dockerfiles and instructions.
This CL does two things:
* updates dockerfiles to use 0.6.0
* updates the instructions for the new tag format.
Change 109920508
Fix broken cast_op_test
Change 109919316
Enforce converting to int64 for SparseTensor indices and shape
Change 109916130
Fix imagenet for Python 3
It needed some binary file modes and an iteritems -> items.
Change 109912827
Enable fast c++ implementation in protobuf's python interface.
Base CL: 109922840 | Vijay Vasudevan | vrv@google.com | 1,449,778,060,000 |
7bd4619e599cac2a976be826a8259bbe333df415 | TensorFlow: Merge from internal | Vijay Vasudevan | vrv@google.com | 1,449,778,505,000 |
3116631f950a7de755c786fc954dc9cfb295d127 | TensorFlow: Update protobuf submodule to 014b9012d32c6409bf2f4f13ff4608a2cbc7cb9a | Vijay Vasudevan | vrv@google.com | 1,449,786,475,000 |
6df34588d428940092540fd6134baa3917471a46 | Merge from internal | Vijay Vasudevan | vrv@google.com | 1,449,788,017,000 |
475edf8e949e9913e74d2f4b183f271198ecda86 | TensorFlow: upstream changes to git.
Changes:
Fix wrong path in build_pip_package.sh; fixes #471 | Vijay Vasudevan | vrv@google.com | 1,449,789,051,000 |
127d0bd4812edebbe72178f3782bac050fd03042 | TensorFlow: Merging changes from internal | Vijay Vasudevan | vrv@google.com | 1,449,792,860,000 |
d9cfc64a2ddf05c0b093c8fb6704c67452ee3ea0 | TensorFlow: merge changes from internal
Change 109945903
Make unsorted_segment_sum detect negative indices
Previously it crashed. This fixes #466.
Also improve the error message to say which index is problematic.
Change 109942557
Fix the conv_grad_input with stride 2.
+ We always call the Cudnn implementation even if we have an incompatible
padding.
Base CL: 109948577 | Vijay Vasudevan | vrv@google.com | 1,449,794,542,000 |
65ea079c5b8a0f01222e606de93c6846745de47b | TensorFlow: Merging changes from internal | Vijay Vasudevan | vrv@google.com | 1,449,797,551,000 |
7c5c20b2b73c40bb4fd113f26bcda73a5e5bec6d | fix for build failure (tools/python_bin_path.sh not found)
Change-Id: Ic259ae0e7b4a20627824d302f8a4936368d561dd | Mark Borgerding | mark@borgerding.net | 1,449,837,213,000 |
da88e3ff1c973f3aeb69c7632df7dc9c0e9d6f49 | Fixes #27: Added alternative import for v0.6 TensorFlow (it's bug there though) | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,854,131,000 |
a64f3d7eaeceea5999b0530d55e32b6d2ab7d1dc | Merge branch 'master' of github.com:google/skflow | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,854,154,000 |
36105b7591dea9e73f303143d20dc303e90df896 | Added more ignores to pylint | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,854,204,000 |
bc624aa8d9460dca794fde6d5534f1d3e8054016 | TensorFlow: merge changes from internal
Change 110004767
Add Cast to list of supported ConstantValue ops, mainly useful for shape inference
Change 110002200
Bug fix for b/24814668. The fix uses mdevin's CL/109324239, which adds support to clear control dependency and control flow contexts.
Bug fix for b/25914830. We now clear the control related contexts for initial values of variables in adagrad.
Change 110000213
Further (minor) improvements to print usage in docs and tutorials
Change 109975099
Update `tensor_util.ConstantValue()` to return scalars when appropriate.
The `ConstantValue()` implementations for `tf.size()` and `tf.rank()`
were returning single-element numpy vectors, whereas the op
implementations produce scalar outputs.
Change 109950165
TensorBoard tag to 5
Base CL: 110006867 | Vijay Vasudevan | vrv@google.com | 1,449,858,811,000 |
07288530f484a10d1144e00842fcf44971f065f6 | TensorFlow: Merging changes from internal | Vijay Vasudevan | vrv@google.com | 1,449,860,105,000 |
0a21a38d4ef5b66177f407f74f14dd7b72232b36 | TensorFlow: merge changes from internal
Change 110010103
Implementing SparseSplitOp.
The op takes a sparse tensor (list, values and shape), split_dim and num_splits and produces a list of num_splits tensors where the shape of each tensor is the shape of the original tensor except split_dim = shape[split_dim +num_split - 1 / num_split]. in case if shape[split_dim] is not an integer multiple of num_split an extra one dimension get added to the slices starting from 0.
For example if the input shape is a [2, 10] split_dim = 1, num_split = 3
output shapes will be [[2, 4], [2, 4], [2, 2]].
The Op register shape to [Unknown, dim] for indices tensors and [Unknown] for the values tensor because shape can't be inferred without evaluate input tensors.
Base CL: 110012853 | Vijay Vasudevan | vrv@google.com | 1,449,862,188,000 |
8cb5dbed00d39637f295509bd670962b72e6544e | Update input_data import statement
Change-Id: Id5bab85e89bf790f6c2128513bbc1411ca5c7fa9 | arahuja | aahuja11@gmail.com | 1,449,863,793,000 |
7fb82f181a2e9158044672a33f32fc5b6d51eddc | TensorFlow: merge changes from internal
Base CL: 110018194 | Vijay Vasudevan | vrv@google.com | 1,449,865,519,000 |
a4cefca9f40ae6cfe366b6187d07e5199aa74895 | TensorFlow: fix undeclared header inclusions in two BUILD files
to fix build for bazel 0.1.2
Change-Id: I09c89610ac8afb02834458c69d0a56d7cbaf43d1 | Vijay Vasudevan | vrv@google.com | 1,449,871,697,000 |
c12fb92f3ed2f15aeade5d6f315171687a864577 | TensorFlow: Merging changes from internal | Vijay Vasudevan | vrv@google.com | 1,449,872,615,000 |
d4f99dac43a8ce2a125ba9fac9cc3866dd05dff1 | Fixing leftovers of pylint | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,877,658,000 |
3c5697a4195823e0ce25e2f3de2af29bb988f406 | adding code coverage to travis | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,880,330,000 |
bfb004beb8de0189d605f9cd8d50ec375fd9771d | added --with-cov flag to nose | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,881,134,000 |
714618af1922c4eb753bf7d04f4ca7c9aeddd840 | TensorFlow: merge changes from internal
Change 110024345
Removed the unary operator restriction on MaxPool so we can reuse it more flexibly in the future
Base CL: 110043747 | Vijay Vasudevan | vrv@google.com | 1,449,882,552,000 |
0cf264b75605ff45cefddd9adeb17de6967e3e74 | TensorFlow: merge changes from internal
Change 110044026
Wrap comment in build_pip_package.sh
Base CL: 110044081 | Vijay Vasudevan | vrv@google.com | 1,449,882,851,000 |
f4d861a713d22ec360bf4e231de281539d7ae017 | Added Codecov badge | Yuan (Terry) Tang | terrytangyuan@users.noreply.github.com | 1,449,882,958,000 |
8de955daff41ba034e57f4f50a88b58c54876923 | TensorFlow: Merging changes from internal | Vijay Vasudevan | vrv@google.com | 1,449,883,311,000 |
10e62dc1e008d08cd877a0f891d486daba8f6288 | TensorFlow: merge changes from internal
Change 110055925
Clean up interface for adjust_contrast and adjust_brightness.
- Simplify kernel for adjust_contrast and remove all min/max and casts.
- Change semantics of delta arg to adjust_brightness (always in [0,1)), and adjust users.
- Add saturate_cast for casting images without over/underflow problems.
- Add new numbers for adjust_contrast benchmark.
This CL makes two changes to the public API:
- It changes the semantics of the delta parameter of adjust_brightness, which was in the same range as the input image before, and now is always in [0,1).
- It changes the semantics of adjust_contrast (the cc op), which wasn't hidden, but was shadowed by the python wrapper in image_ops. It's a little questionable whether this function was part of the public API. It definitely shouldn't have been. It is now hidden, although now it could be part of the public API, albeit with a different name.
Change 110054427
update ci_build
* add PYTHON_BIN_PATH and always run ./configure in ci_build
* rename ci_build cache directory to bazel-ci_build-cache
* sync ci_build/Dockerfile.cpu with docker/Dockerfile.devel
* use "FROM nvidia/cuda:..." for gpu container
* therefore no need of the tensorflow_extra_deps directory anymore
* share install code between containers using ./install/*.sh scripts
* do not inherit (and override FROM clausule in dockerfiles anymore)
* print bazel test errors to stderr
Change 110047126
Update ops.pbtxt.
Change 110046428
Simplify the example for the Fill op.
Base CL: 110056265 | Vijay Vasudevan | vrv@google.com | 1,449,903,796,000 |
6936918ad8abd7ade445674d7c912e69157a1017 | TensorFlow: Merging changes from internal | Vijay Vasudevan | vrv@google.com | 1,449,904,636,000 |
f02b884a9c6404941b780ca38fba9df062ae0934 | Merge pull request #29 from terrytangyuan/patch-2
Added Codecov badge | Illia Polosukhin | ilblackdragon@gmail.com | 1,449,991,691,000 |
20ce5042524d920ae3562312ba1ed3af7ce4b2e6 | Added option for number of cores to use | terrytangyuan | terrytangyuan@gmail.com | 1,450,024,772,000 |
89990275b17a8d956373698176e7ea738327e5c9 | Added docstring for num_cores and log_device_replacement | terrytangyuan | terrytangyuan@gmail.com | 1,450,035,844,000 |
e7052457d5fc44ea0f83deebf6a3f5db0d9d97b2 | Merge pull request #31 from terrytangyuan/master
Added option for number of cores to use | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,045,826,000 |
9e314dfe6c2442871529b71a64cfb3b9e3806cd2 | Added missing array_ops import | Yuan (Terry) Tang | terrytangyuan@users.noreply.github.com | 1,450,048,675,000 |
478e174bdf725f24b61848a9280a3c4a86b6a06c | Added installation of coverage to travis script and few flags to get coverage from nosetests | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,048,730,000 |
32738da5b399bc9d14511a08640e83a36b745e94 | Fixed a broken test for v0.6 with importing linear function instead of module | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,048,753,000 |
db6f9b93b9aaff3247b492fdfb0390245bbe00bd | Merge pull request #33 from terrytangyuan/patch-3
Added missing array_ops import | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,048,835,000 |
0e17111bcb0d5bc38c3ce381afde88de39f6140f | Added gitter badge | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,049,237,000 |
bed1d8903064850a5ab0028cf000735ab993dc92 | Merge branch 'master' of github.com:google/skflow | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,049,245,000 |
6d2c28e45699b2353b64d6932de6c02b4507c31c | Added function to extract data from pandas.DataFrame | terrytangyuan | terrytangyuan@gmail.com | 1,450,057,377,000 |
cd8cc8e08f374db5a6b25a1711b018a4d1b90e65 | Function to extract labels from DataFrame | terrytangyuan | terrytangyuan@gmail.com | 1,450,057,576,000 |
c742dc6cb5088e924b37a7b475ae5784be22ebb0 | Added data type filter to TFestimator | terrytangyuan | terrytangyuan@gmail.com | 1,450,059,022,000 |
ba1033a06eec75431ac8b3fc9048e543a9e5641a | Also filter data in predict | terrytangyuan | terrytangyuan@gmail.com | 1,450,059,257,000 |
52dba5c91b4398a58c643481f6534d98b4013551 | Moved filter for predict to better place | terrytangyuan | terrytangyuan@gmail.com | 1,450,059,288,000 |
803822c065be2a56ae11febaab883de42b81fcd5 | Fixed import and passed tests | terrytangyuan | terrytangyuan@gmail.com | 1,450,059,924,000 |
0562c0e2fabfdf089e5f0c4ea46551346acc525f | Added one hot matrix op - converts [batch, len] of ids to [batch, len, num_classes] with ones for each id | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,060,573,000 |
ad81c47fa4f0af6e45f2276cac5acb30af6325df | Fixed lint error + added up-convert to int64 in one_hot_matrix | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,061,615,000 |
c7f5954cc42847953fbb99ba3be510efbe29e366 | Added shape inference for one_hot_matrix | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,062,686,000 |
ace8892f6ef4ea360fb4e79eeac7af52085ebcab | Fixed lint issues | terrytangyuan | terrytangyuan@gmail.com | 1,450,062,772,000 |
1879b51356ecf0a0f4971f9b6ef61d518830c398 | Example of text classification from characters using RNNs | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,063,280,000 |
9cfbd7bcc1b9fe89fc22261ba316d6d5336985b4 | Merge pull request #36 from terrytangyuan/master
Allow pandas.DataFrame data types | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,065,157,000 |
9171ac97a15d1937c5340fd27b36b33d8ccb60be | Added example of convolutional neural networks applied for character-level text classification | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,065,480,000 |
aad3a91690bb851efbea3dcdb879256958dd7e58 | Actually adding the file for text classification over characters with cnn | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,067,302,000 |
875a626bbaef0307485489c5ed9433d4a2771c3e | Merge branch 'master' of github.com:google/skflow | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,067,350,000 |
10997af026bc66b358c8fffa45d7f1d72c5c188f | Moved call to codecov to after_success | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,076,291,000 |
1a6b631a661f5fbe28d36105e272b6da3d90f467 | sign() operation now handles complex tensors. gradient for complex_abs given by sign(complex). fix+test for matmul gradients wrt complex64 matrices.
Change-Id: Ia975378d9b1392e018128b20b5755d6b04b43fb1 | Mark Borgerding | mark@borgerding.net | 1,449,774,303,000 |
e3d36569a5157995589f0067bc6d1e63ef92169e | TensorFlow: fix incorrect indent in matmul_op_test.py, some more
linting errors.
Change-Id: I6863c53cb263ff056d8a113bad3e0be19f7ec51e | Vijay Vasudevan | vrv@google.com | 1,450,117,542,000 |
6622a46b6bd19c2a901451face278b2a976fa70f | Corrected exception syntax
Change-Id: Ic8e1b075560e7fc5f898e1e4351c3d8cfc69d10c | Alex Vig | jalexvig@gmail.com | 1,450,037,788,000 |
47453a24647a184e44a61f4e52acbdac95f6d1ab | Revert "TensorFlow: fix incorrect indent in matmul_op_test.py, some more"
This reverts commit e3d36569a5157995589f0067bc6d1e63ef92169e.
Change-Id: I9f2a603e1f92d4a8863e3d9df59204922d00d099 | Vijay Vasudevan | vrv@google.com | 1,450,119,645,000 |
e944b0b23dd351a853d376b879c60834ebfe8e7c | Revert "sign() operation now handles complex tensors. gradient for complex_abs given by sign(complex). fix+test for matmul gradients wrt complex64 matrices."
This reverts commit 1a6b631a661f5fbe28d36105e272b6da3d90f467.
Change-Id: I3fb36955e1e173a0e7613007fee0670d5f31a6a6 | Vijay Vasudevan | vrv@google.com | 1,450,119,675,000 |
eb87e9e9ffb3d704cb47d29c89c158ad1bb0ad4a | Moved codecov call inside the run_tests | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,121,218,000 |
db74fc2cb34662e539b8350bb3133ac9ded404fc | Added a verbosity control option | ivallesp | ivanvallesperez@gmail.com | 1,450,030,472,000 |
0f1429f560c3db11e72c09cd6ef55eb87f3bf1f7 | merge | ivallesp | ivanvallesperez@gmail.com | 1,450,133,927,000 |
c0dcab776d8137390f64e74adb2fcc25b3afbe8a | Fix type order in g3docs/resources/dims_types.md
Changes the data types to be ordered in ascending bitwidth order,
leaving DT_FLOAT as the first entry in the table.
See Change 1241
Change-Id: I68d097c175dd32b97264b5b94482810a35de74e1 | Sam Abrahams | sjabraha@gmail.com | 1,450,139,721,000 |
d3e23707f1f7e0f75dea7ede5417403617f084db | Fix docstring for pad, fixes #490
Change: 110155285 | Martin Wicke | wicke@google.com | 1,450,140,261,000 |
def653e88d9f3c6dee1fe5a3d3dfc03b79d9b1c6 | Fix `gulp vulcanize`. To do this we remove bower_components folder and all components are now under `components` directory. This follows polymer conventions.
Change: 110158503 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,140,276,000 |
ffa43f95f461b47a15775f815558f2364d9544b1 | Place Identity OP on the same device as the Variable.
Change: 110167188 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,140,285,000 |
cd55d4606186357affea2f892f740de93c1bd0f7 | Added 'name' property to QueueRunner.
This allows one to retrieve QueueRunners corresponding to queues in a specific
scope using tf.get_collection(tf.GraphKeys.QUEUE_RUNNERS, scope).
Change: 110169009 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,140,294,000 |
46693d6fc784cd58638fede2ba095e38e461a7fe | ci_build: fix android build - add required 32bit libraries
Change: 110191670 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,140,308,000 |
7221831af7ddbda8fc2a0b01b8152dff502debe3 | add ci build status button
Change: 110201665 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,140,334,000 |
8ed2b5cf13b08ae09aa38e396946ebc25c21f437 | Removing radial gradient in header.
Change: 110202067 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,140,349,000 |
091ed8cd4db82212fc6395ce4f1edf6b55ea2181 | Merge commit for internal changes | Vijay Vasudevan | vrv@google.com | 1,450,140,996,000 |
0839f3144efaf24ed54a3fc1aed564469e50159e | Added test for pandas_io | terrytangyuan | terrytangyuan@gmail.com | 1,450,146,888,000 |
3e617e3ade1fa55562868c2e2bf8bc07f9b09a79 | Print when pandas not installed and removed unnecessary imports | terrytangyuan | terrytangyuan@gmail.com | 1,450,147,283,000 |
7d03b9e3d5fb79474c696ab8998c92ef93e02b91 | Merge pull request #32 from ivallesp/master
Added a verbosity control option | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,150,180,000 |
9716ddcc9e6b62606274f009f0aff01a266cb283 | Added test for pandas_sseries | terrytangyuan | terrytangyuan@gmail.com | 1,450,150,973,000 |
14c4883dc6a3612df74cc93a0ee180f55e9c4f31 | Optimize import and lint fix | terrytangyuan | terrytangyuan@gmail.com | 1,450,152,218,000 |
dd1ed6885462e844d62dc09f78e28c21a5398b2a | Merge pull request #38 from terrytangyuan/master
Test for pandas_io | Illia Polosukhin | ilblackdragon@gmail.com | 1,450,158,025,000 |
9322b0350e739b22d960096c37a8131275f3e775 | Reduce flakiness of input_test.
Change: 110208316 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,531,000 |
ef3742ee74a8238e04eb9b8f5d029f98210fbd26 | add solution for TF install problem on El Capitan
Change: 110220692 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,552,000 |
31942c8041470d030a9c6c5408099cc5751611a6 | Unspecified message. | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,572,000 |
c435b0aa60f67af8b7cce67e1be414f823759393 | Added instructions for people that don't use homebrew on installing Swig on OS X.
Change: 110256863 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,581,000 |
1b0b52430b4038a90c185bb02b687e76133d259c | Add a human-readable Tensor.__repr__(), and improve TensorShape.__str__().
The repr replaces the default Python representation for an object with
information about the Tensor's name, shape and dtype. TensorShape's
new str() is a more compact representation that makes it easier to
tell, at a glance, what the shape represents.
For example:
print repr(tf.placeholder(tf.qint32, shape=(32, None, 2), name="c"))
# ==> <tf.Tensor 'c:0' shape=(32, ?, 2) dtype=qint32>
Fixes #460.
Change: 110268564 | Derek Murray | mrry@google.com | 1,450,219,608,000 |
0694eb04ab6fc7a1da9de7de498dd962334205ca | Change: 110272630 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,617,000 |
cbe937cc9f1e8da5f3f3b4b3b072ef8689839700 | Switching to Paper component tabs
Change: 110273215 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,628,000 |
b7f7e89d16005803a9facd629bee4ad8f6e7bbc9 | Add visibility rules to two BUILD files.
Change: 110277312 | Vijay Vasudevan | vrv@google.com | 1,450,219,639,000 |
b0e20ead254abb47285f27e0cd35195a612fbc0d | Update generated Op docs.
Change: 110278005 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,648,000 |
21feee989ae36b079b5274071064f8af9d3018df | Tiny documentation fix.
Change: 110283867 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,668,000 |
42e65468aaa4a5238ee899b2f8400fdd76bff0eb | Add support to scatter_update to allow string and bool tensors.
Change: 110286577 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,677,000 |
82720d57e5a5cc9870367a5186a95feb5c6d50d6 | Change: 110286830 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,686,000 |
76165776217d65a7a344bc4d6b4f56a1bc665158 | Fix use-after-free in Queue cancellation.
Change: 110287597 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,706,000 |
ae93b88bcf35d7786eb3c1ebc7505c537fc47a50 | Corrected Tensorboard's http_api.md documentation /runs endpoint to include compressedHistograms.
Change: 110287931 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,716,000 |
1c1ff38d47281570444e2a2b75d7ed945d60e61e | All standalone code for TensorBoard components should be written in typescript, and the compiled javascript code should be ignored.
Change: 110288218 | Dan Smilkov | dsmilkov@gmail.com | 1,450,219,726,000 |
e361930cbcea67f8f1b742cabf5950818b3bc11d | Be more careful about double-cancellation of requests.
Follow-up to 110287597.
Change: 110290160 | A. Unique TensorFlower | nobody@tensorflow.org | 1,450,219,736,000 |
deff101b27e2d3d2d0f68417991e9183bdcd3256 | Merge commit for internal changes | Vijay Vasudevan | vrv@google.com | 1,450,221,376,000 |
881dc225ecb32064681c7bf2229d796565ad7956 | Implement `tensor_util.ConstantValue()` support for `tf.concat()`.
This should make more shape inference possible, when concat is used to
build, e.g., shape vectors.
Change: 110303876 | Derek Murray | mrry@google.com | 1,450,229,661,000 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.