Skip to content

Commit aeeaaa8

Browse files
instructions
1 parent fc96fd7 commit aeeaaa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ model = VGG16(include_top=True, weights="imagenet", input_tensor=None,
4343
Now after installing `model_profiler` run
4444

4545
```python
46-
from profiler import model_profiler
46+
from model_profiler import model_profiler
4747

4848
Batch_size = 128
4949
profile = model_profiler(model, Batch_size)

0 commit comments

Comments
 (0)