Skip to content

Commit

Permalink
instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-TalhaIlyas authored Apr 7, 2021
1 parent aeeaaa8 commit bf9ec03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Gives you some basic but important information about your `tf` or `keras` model
* Memory required to store parameters `model weights`.
* GPU availability and GPU IDs if available


## Dependencies

```
Expand All @@ -25,9 +26,9 @@ Built and tested on `tensorflow == 2.3.1`

using pip.
```
pip install model_profiler
pip install model-profiler
```

or latest version from [PyPI project site](https://pypi.org/project/model-profiler/)
## Usage

Firs load any model built using keras or tensorflow. Here for simplicity we will load model from kera applications.
Expand Down

0 comments on commit bf9ec03

Please sign in to comment.