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 fc96fd7 commit aeeaaa8Copy full SHA for aeeaaa8
README.md
@@ -43,7 +43,7 @@ model = VGG16(include_top=True, weights="imagenet", input_tensor=None,
43
Now after installing `model_profiler` run
44
45
```python
46
-from profiler import model_profiler
+from model_profiler import model_profiler
47
48
Batch_size = 128
49
profile = model_profiler(model, Batch_size)
0 commit comments