8000 Typo in `/tutorials/mnist/beginners/index.md` · Issue #89 · tensorflow/tensorflow · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Typo in /tutorials/mnist/beginners/index.md #89

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 8000 .

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

Closed
brendan-rius opened this issue Nov 10, 2015 · 1 comment
Closed

Typo in /tutorials/mnist/beginners/index.md #89

brendan-rius opened this issue Nov 10, 2015 · 1 comment
Labels
type:docs-bug Document issues

Comments

@brendan-rius
Copy link
First, `tf.log` computes the logarithm of each element of `y`. Next, we multiply each element of `y_` with the corresponding element of `tf.log(y_)`

should be

First, `tf.log` computes the logarithm of each element of `y`. Next, we multiply each element of `y_` with the corresponding element of `tf.log(y)`
brendan-rius added a commit to brendan-rius/tensorflow that referenced this issue Nov 10, 2015
@teamdandelion teamdandelion added the type:docs-bug Document issues label Nov 15, 2015
@webmaven
Copy link

@brendan-rius, this was apparently fixed in b4629c0 (specifically, here)

@vrv vrv closed this as completed Nov 24, 2015
ilblackdragon added a commit to ilblackdragon/tensorflow that referenced this issue Mar 9, 2016
Fix dropout management in TensorFlowEstimator._predict
tarasglek pushed a commit to tarasglek/tensorflow that referenced this issue Jun 20, 2017
lissyx added a commit to lissyx/tensorflow that referenced this issue Nov 5, 2018
tensorflow-copybara pushed a commit that referenced this issue Sep 14, 2019
- NFC - on any pass/utility logic/output.

- Resolve TODO; the method building loop trip count maps was
  creating and deleting affine.apply ops (transforming IR from under
  analysis!, strictly speaking). Introduce AffineValueMap::difference to
  do this correctly (without the need to create any IR).

- Move AffineApplyNormalizer out so that its methods are reusable from
  AffineStructures.cpp; add a helper method 'normalize' to it. Fix
  AffineApplyNormalize::renumberOneDim (Issue #89).

- Trim includes on files touched.

- add test case on a scenario previously not covered

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Closes #133

COPYBARA_INTEGRATE_REVIEW=tensorflow/mlir#133 from bondhugula:trip-count-build 7fc34d857f7788f98b641792cafad6f5bd50e47b
PiperOrigin-RevId: 269101118
xinan-jiang pushed a commit to xinan-jiang/tensorflow that referenced this issue Oct 4, 2019
- NFC - on any pass/utility logic/output.

- Resolve TODO; the method building loop trip count maps was
  creating and deleting affine.apply ops (transforming IR from under
  analysis!, strictly speaking). Introduce AffineValueMap::difference to
  do this correctly (without the need to create any IR).

- Move AffineApplyNormalizer out so that its methods are reusable from
  AffineStructures.cpp; add a helper method 'normalize' to it. Fix
  AffineApplyNormalize::renumberOneDim (Issue tensorflow#89).

- Trim includes on files touched.

- add test case on a scenario previously not covered

Signed-off-by: Uday Bondhugula <uday@polymagelabs.com>

Closes tensorflow#133

COPYBARA_INTEGRATE_REVIEW=tensorflow/mlir#133 from bondhugula:trip-count-build 7fc34d857f7788f98b641792cafad6f5bd50e47b
PiperOrigin-RevId: 269101118
cjolivier01 pushed a commit to Cerebras/tensorflow that referenced this issue Dec 6, 2019
antkillerfarm added a commit to antkillerfarm/tensorflow that referenced this issue Apr 18, 2022
copybara-service bot pushed a commit that referenced this issue Nov 1, 2024
Imported from GitHub PR #78737

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
Copybara import of the project:

--
b3d412f by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Adds tflite stablehlo_case_op (#84) (#89)

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
--
b4fdfa8 by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Addressed the merge conflict and made changes in the builtin_op_data.h due to updated repo

Merging this change closes #78737

Reverts 2749345

FUTURE_COPYBARA_INTEGRATE_REVIEW=#78737 from MCW-Dev:master_pr_1 b4fdfa8
PiperOrigin-RevId: 692292864
copybara-service bot pushed a commit that referenced this issue Nov 1, 2024
Imported from GitHub PR #78737

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
Copybara import of the project:

--
b3d412f by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Adds tflite stablehlo_case_op (#84) (#89)

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
--
b4fdfa8 by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Addressed the merge conflict and made changes in the builtin_op_data.h due to updated repo

Merging this change closes #78737

FUTURE_COPYBARA_INTEGRATE_REVIEW=#78737 from MCW-Dev:master_pr_1 b4fdfa8
PiperOrigin-RevId: 692292864
copybara-service bot pushed a commit that referenced this issue Nov 1, 2024
Imported from GitHub PR #78737

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
Copybara import of the project:

--
b3d412f by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Adds tflite stablehlo_case_op (#84) (#89)

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
--
b4fdfa8 by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Addressed the merge conflict and made changes in the builtin_op_data.h due to updated repo

Merging this change closes #78737

FUTURE_COPYBARA_INTEGRATE_REVIEW=#78737 from MCW-Dev:master_pr_1 b4fdfa8
PiperOrigin-RevId: 692292864
copybara-service bot pushed a commit that referenced this issue Nov 1, 2024
Imported from GitHub PR #78737

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
Copybara import of the project:

--
b3d412f by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Adds tflite stablehlo_case_op (#84) (#89)

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
--
b4fdfa8 by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Addressed the merge conflict and made changes in the builtin_op_data.h due to updated repo

Merging this change closes #78737

FUTURE_COPYBARA_INTEGRATE_REVIEW=#78737 from MCW-Dev:master_pr_1 b4fdfa8
PiperOrigin-RevId: 692292864
copybara-service bot pushed a commit that referenced this issue Nov 2, 2024
Imported from GitHub PR #78737

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
Copybara import of the project:

--
b3d412f by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Adds tflite stablehlo_case_op (#84) (#89)

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
--
b4fdfa8 by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Addressed the merge conflict and made changes in the builtin_op_data.h due to updated repo

Merging this change closes #78737

FUTURE_COPYBARA_INTEGRATE_REVIEW=#78737 from MCW-Dev:master_pr_1 b4fdfa8
PiperOrigin-RevId: 692292864
copybara-service bot pushed a commit that referenced this issue Nov 3, 2024
Imported from GitHub PR #78737

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
Copybara import of the project:

--
b3d412f by amrinfathima-mcw <amrin.fathima@multicorewareinc.com>:

Adds tflite stablehlo_case_op (#84) (#89)

* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
--
b4fdfa8 by amr
6EAE
infathima-mcw <amrin.fathima@multicorewareinc.com>:

Addressed the merge conflict and made changes in the builtin_op_data.h due to updated repo

Merging this change closes #78737

FUTURE_COPYBARA_INTEGRATE_REVIEW=#78737 from MCW-Dev:master_pr_1 b4fdfa8
PiperOrigin-RevId: 692292864
copybara-service bot pushed a commit that referenced this issue Nov 3, 2024
* Adds tflite stablehlo_case_op

 - Adds stablehlo_case op implementation
 - Adds stablehlo_case op unit tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs-bug Document issues
Projects
None yet
Development

No branches or pull requests

4 participants
0