Skip to content

Commit

Permalink
docs: Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolasEnt committed Apr 20, 2024
1 parent c08d983 commit 312b9ca
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 @@ -39,8 +39,8 @@ pip install -U git+https://github.com/lRomul/argus.git@dev
Simple image classification example with `create_model` from [pytorch-image-models](https://github.com/rwightman/pytorch-image-models):

```python
from torchvision.datasets import MNIST
from torch.utils.data import DataLoader
from torchvision.datasets import MNIST
from torchvision.transforms import Compose, ToTensor, Normalize

import timm
Expand Down

0 comments on commit 312b9ca

Please sign in to comment.