Skip to content

Commit bf9ec03

Browse files
instructions
1 parent aeeaaa8 commit bf9ec03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Gives you some basic but important information about your `tf` or `keras` model
1010
* Memory required to store parameters `model weights`.
1111
* GPU availability and GPU IDs if available
1212

13+
1314
## Dependencies
1415

1516
```
@@ -25,9 +26,9 @@ Built and tested on `tensorflow == 2.3.1`
2526

2627
using pip.
2728
```
28-
pip install model_profiler
29+
pip install model-profiler
2930
```
30-
31+
or latest version from [PyPI project site](https://pypi.org/project/model-profiler/)
3132
## Usage
3233

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

0 commit comments

Comments
 (0)