Skip to content

Commit

Permalink
fix code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
stevhliu committed Jan 31, 2024
1 parent a3baaaa commit a967ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/autoclass_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ For example, in the above diagram, to return the feature map from the first stag
Now you can access the `feature_maps` object from the first stage of the backbone:

```py
>>> list(feature_maps[1].shape)
>>> list(feature_maps[0].shape)
[1, 96, 56, 56]
```

Expand Down

0 comments on commit a967ca7

Please sign in to comment.