brivangl commited on
Commit
86b7d34
1 Parent(s): 1fdbf1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ The model consists of consecutive 10 Gram ConvKAN Layers with InstanceNorm2d, po
31
  16. Global Average pooling
32
  17. Output layer, 1000 nodes.
33
 
34
- ![model image](https://github.com/IvanDrokin/torch-conv-kan/blob/main/assets/vgg_kagn_11_v2.png)
35
 
36
 
37
  ## Intended uses & limitations
 
31
  16. Global Average pooling
32
  17. Output layer, 1000 nodes.
33
 
34
+ ![model image](https://github.com/IvanDrokin/torch-conv-kan/blob/main/assets/vgg_kagn_11_v2.png?raw=true)
35
 
36
 
37
  ## Intended uses & limitations