adamdad commited on
Commit
400b7da
1 Parent(s): a3f7900

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -13,6 +13,7 @@ KAT model trained on ImageNet-1k (1 million images, 1,000 classes) at resolution
13
  KAT is a model that replaces channel mixer in transfomrers with Group Rational Kolmogorov–Arnold Network (GR-KAN).
14
 
15
  ## Usage
 
16
 
17
  ```python
18
  from urllib.request import urlopen
 
13
  KAT is a model that replaces channel mixer in transfomrers with Group Rational Kolmogorov–Arnold Network (GR-KAN).
14
 
15
  ## Usage
16
+ The model definition is at https://github.com/Adamdad/kat, `katransformer.py`.
17
 
18
  ```python
19
  from urllib.request import urlopen