Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 213768393
  • Loading branch information
TensorFlow Hub Authors authored and vbardiovskyg committed Sep 20, 2018
1 parent 3990c02 commit a350faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/common_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ up due to the network stack. Often this is a problem specific to the machine
running the code and not an issue with the library. Here is a list of the common
ones:

* **"EOF occured in violation of protocol"** - This issue is likely to be
* **"EOF occurred in violation of protocol"** - This issue is likely to be
generated if the installed python version does not support the TLS requirements
of the server hosting the module. Notably, python 2.7.5 is known to fail
resolving modules from tfhub.dev domain. **FIX**: Please update to a newer
Expand Down Expand Up @@ -39,7 +39,7 @@ $ python
> hub.Module("/tmp/moduleA")
```

## Running inference on pre-initialized module
## Running inference on a pre-initialized module

If you are applying a module over data multiple times (e.g. to serve user
requests) you should use TensorFlow Session.run to avoid the overhead of
Expand Down

0 comments on commit a350faa

Please sign in to comment.