Skip to content

Commit f582fdc

Browse files
committed
Fixed a couple of typos.
This fix fixes a couple of typos: ``` s/unneccessary/unnecessary/ s/accidently/accidentally/ ```
1 parent 85827b2 commit f582fdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tensorflow/tools/graph_transforms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ then you'll need to make local modifications to the build files to include the
169169
right .cc file that defines it. In a lot of cases the op is just a vestigial
170170
remnant from the training process though, and if that's true then you can run
171171
the [strip_unused_nodes](#strip_unused_nodes), specifying the inputs and outputs
172-
of your inference usage, to remove those unneccessary nodes:
172+
of your inference usage, to remove those unnecessary nodes:
173173

174174
```bash
175175
bazel build tensorflow/tools/graph_transforms:transform_graph

tensorflow/tools/tfprof/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ with gfile.Open(os.path.join(output_dir, "run_meta"), "w") as f:
439439
<b>--op_log_path:</b>
440440
tensorflow::tfprof::OpLog. A proto used to provide extra op information
441441
for ops. By giving a group of ops a type name, users can easily aggregate the
442-
statistics for those ops without accidently missing or including extra ops.
442+
statistics for those ops without accidentally missing or including extra ops.
443443
tfprof exposes the following Python API to add op information and logging.
444444

445445
```python

0 commit comments

Comments
 (0)