Skip to content

Commit

Permalink
minor update to Readme - fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov authored Dec 1, 2018
1 parent 59b21f0 commit 5fae39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Example of using layers within a model:
```python
# example given for pytorch, but code in other frameworks is almost identical
from torch.nn import Sequential, Conv2d, MaxPool2d, Linear, ReLU
from einops.layers.torch import Reduce
from einops.layers.torch import Rearrange

model = Sequential(
Conv2d(3, 6, kernel_size=5),
Expand Down

0 comments on commit 5fae39b

Please sign in to comment.