Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a typo in tf.nn.separable_conv2d's doc #12067

Merged
merged 1 commit into from Aug 7, 2017

Conversation

freedomtan
Copy link
Contributor

It's obvious that the right bracket in "sum_{di, dj, q, r]" should
be a right brace.

It's obvious that the right bracket in "sum_{di, dj, q, r]" should
be a right brace.
@mention-bot
Copy link

@freedomtan, thanks for your PR! By analyzing the history of the files in this pull request, we identified @drpngx, @tensorflower-gardener and @vrv to be potential reviewers.

@tensorflow-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@rmlarsen
Copy link
Member

rmlarsen commented Aug 7, 2017

@tensorflow-jenkins test this please

@rmlarsen rmlarsen self-assigned this Aug 7, 2017
@rmlarsen
Copy link
Member

rmlarsen commented Aug 7, 2017

@tensorflow-jenkins test this please

@rmlarsen rmlarsen merged commit 598ede2 into tensorflow:master Aug 7, 2017
ishay2b pushed a commit to ishay2b/tensorflow that referenced this pull request Aug 8, 2017
…assification

* commit '6e054dbd4b741d5b8fa8af93fdd7c9b74ae67ce0': (511 commits)
  Fix tensordot with list of ints as axes (tensorflow#11959)
  Fix segfault when recording raw allocation returns nullptr (tensorflow#12074)
  [OpenCL] Fix for //tensorflow/python/kernel_tests:image_ops_test (tensorflow#111) (tensorflow#12041)
  Removing visited_node hash table - fixing multinode shape mismatch issue (tensorflow#12044)
  [OpenCL] Fixes core_rnn_cell_tests (tensorflow#12076)
  Added Convolutional LSTM (tensorflow#8891)
  Update monitors_test.py (tensorflow#12062)
  fix a typo in tf.nn.separable_conv2d's doc (tensorflow#12067)
  Fix cmake builds: (tensorflow#12048)
  Fix typo in RELEASE.md (tensorflow#12064)
  Fix typo (tensorflow#12069)
  Handle case where init node is not present in the frozen graph.
  Fix typo in datasets docstring
  tfdbg: fix a bug in string representation of SparseTensors
  BUILD dependency cleanup in tensorflow/stream_executor/cuda
  BUILD dependency cleanups. Rename RecvTensorAsync method to GrpcRecvTensorAsync to fix shadowing of method in Worker with a different signature.
  [tpu:profiler] Dump gzipped json trace.
  Minor cleanup
  tf.nn.separable_conv2d now supports data_format. Avoid unnecessary transposes in tf.layers.separable_conv2d (and implicitly in tf.contrib.layers.separable_conv2d).
  Add an identity initializer that works with partitioned variables.
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants