hmichaeli commited on
Commit
c975e16
1 Parent(s): b3b7c5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,10 +15,10 @@ Official PyTorch trained model.
15
 
16
  This is a ConvNeXt-Tiny variant.
17
 
18
- convnext-baseline is ConvNeXt-Tiny with circular-padded convolutions.
19
- convnext-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 the [implementation](https://github.com/hmichaeli/alias_free_convnets).
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