Skip to content

Commit 1d3cab0

Browse files
authored
Update README.md
1 parent 449c6b6 commit 1d3cab0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See `meta.py` and line 90-120 of `main.py` for details.
1616
- pytorch 1.9.0
1717
- torchvision 0.10.0
1818

19-
`noisy_long_tail_CIFAR.py` can generate noisy and long-tailed CIFAR datasets by calling `torchvision.datasets`. Because
19+
The `noisy_long_tail_CIFAR.py` can generate noisy and long-tailed CIFAR datasets by calling `torchvision.datasets`. Because
2020
some class attributes have been changed, errors may occur in some earlier versions of torchvision. It can be solved by
2121
changing the corresponding attribute name.
2222
---
@@ -33,4 +33,4 @@ python main.py --meta_lr 1e-3 --meta_weight_decay 1e-4 --corruption_type uniform
3333
##Acknowledgements
3434
Thanks to the original code of Meta-Weight-Net (https://github.com/xjtushujun/meta-weight-net).
3535

36-
Contact: Shi Yunyi (2404208668@qq.com)
36+
Contact: Shi Yunyi (2404208668@qq.com)

0 commit comments

Comments
 (0)