Skip to content

Commit

Permalink
Removed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-sz committed Aug 6, 2021
1 parent 1c0238c commit 4378ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ The only requirements are Tensorflow 2.2+ and Python 3.6+.
### Option B: Build from source
```bash
git clone https://github.com/sebastian-sz/efficientnet-v2-keras.git
cd efficientnet_lite_keras
cd efficientnet-v2-keras
pip install .
```

### Option C: (alternatively) no install:
If you do not want to install you could just drop the `efficientnet_lite/` directory, directly into your project.
If you do not want to install you could just drop the `efficientnet_v2/` directory, directly into your project.

### Option D: Docker
You can also install this package as an extension to official Tensorflow docker container:
Expand Down Expand Up @@ -126,7 +126,7 @@ model.save("my_saved_model/")
# Convert:
!python -m tf2onnx.convert \
--saved-model my_saved_model/ \
--output efficientnet_lite.onnx
--output efficientnet_v2.onnx
```
# Original Weights
The original weights are present in the
Expand Down

0 comments on commit 4378ae6

Please sign in to comment.