Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ To install keras (Version >= 2.0)
pip install keras tensorflow
```

If you'd like to use the old keras version 1.2 APIs,
If you'd like to use the old keras version, you can:
```
pip install keras==1.2.2 tensorflow
```
Expand Down