Skip to content
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.

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

updated readme to refer to tf1.x #37

Merged
merged 2 commits into from Nov 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -7,12 +7,17 @@ A helper package for managing Keras model base architectures with overrides for

## Code usage

Install the package through pip
Install the package through pip. The latest version expects to use tf2.0.

```
pip install keras-model-specs
```

To use use it with tf1.x install by:
```
pip install keras-model-specs==1.2.0
```

Example

```
Expand Down