We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeeaaa8 commit bf9ec03Copy full SHA for bf9ec03
README.md
@@ -10,6 +10,7 @@ Gives you some basic but important information about your `tf` or `keras` model
10
* Memory required to store parameters `model weights`.
11
* GPU availability and GPU IDs if available
12
13
+
14
## Dependencies
15
16
```
@@ -25,9 +26,9 @@ Built and tested on `tensorflow == 2.3.1`
25
26
27
using pip.
28
-pip install model_profiler
29
+pip install model-profiler
30
-
31
+or latest version from [PyPI project site](https://pypi.org/project/model-profiler/)
32
## Usage
33
34
Firs load any model built using keras or tensorflow. Here for simplicity we will load model from kera applications.
0 commit comments