Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,10 @@ Official PyTorch trained model.
|
|
15 |
|
16 |
This is a ConvNeXt-Tiny variant.
|
17 |
|
18 |
-
|
19 |
-
|
20 |
|
21 |
-
For more details see the [paper](https://arxiv.org/abs/2303.08085) or
|
22 |
|
23 |
```bash
|
24 |
git clone https://github.com/hmichaeli/alias_free_convnets.git
|
|
|
15 |
|
16 |
This is a ConvNeXt-Tiny variant.
|
17 |
|
18 |
+
`convnext_tiny_baseline` is ConvNeXt-Tiny with circular-padded convolutions.
|
19 |
+
`convnext_tiny_afc` is the full ConvNeXt-Tiny-AFC which is shift invariant to circular shifts.
|
20 |
|
21 |
+
For more details see the [paper](https://arxiv.org/abs/2303.08085) or [implementation](https://github.com/hmichaeli/alias_free_convnets).
|
22 |
|
23 |
```bash
|
24 |
git clone https://github.com/hmichaeli/alias_free_convnets.git
|