Skip to content

Commit

Permalink
Bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidk committed Mar 16, 2019
1 parent 5b35bbe commit 2d6aeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ This took 0.01 seconds. Of course, the right way to do this simple reduction is
```python
z = tf.reduce_sum(x, axis=0)
```
This took 0.0001 seconds, which is 300x faster than the original implementation.
This took 0.0001 seconds, which is 100x faster than the original implementation.

TensorFlow also overloads a range of arithmetic and logical operators:
```python
Expand Down

0 comments on commit 2d6aeb2

Please sign in to comment.