Image Classification
timm
PDE
ConvNet
liuyao commited on
Commit
f2a94e5
1 Parent(s): 0db21a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ pipeline_tag: image-classification
10
 
11
  # Model Card for Model ID
12
 
13
- Based on **quasi-linear hyperbolic systems of PDEs** [[Liu et al, 2023](https://github.com/liuyao12/ConvNets-PDE-perspective)], the QLNet makes an entry into uncharted waters of ConvNet model space marked by the use of (element-wise) multiplication in lieu of ReLU as the primary nonlinearity. It achieves comparable performance as ResNet50 on ImageNet-1k (acc=**78.4**), demonstrating that it has the same level of capacity/expressivity, and deserves more study (hyper-paremeter tuning, optimizer, etc.) by the community.
14
 
15
 
16
  ![](https://huggingface.co/liuyao/QLNet/resolve/main/PDE_perspective.jpeg)
 
10
 
11
  # Model Card for Model ID
12
 
13
+ Based on **quasi-linear hyperbolic systems of PDEs** [[Liu et al, 2023](https://github.com/liuyao12/ConvNets-PDE-perspective)], the QLNet makes an entry into uncharted waters of ConvNet model space marked by the use of (element-wise) multiplication in lieu of ReLU as the primary nonlinearity. It achieves comparable performance as ResNet50 on ImageNet-1k (acc=**78.4**), demonstrating that it has the same level of capacity/expressivity, and deserves more analysis and study (hyper-paremeter tuning, optimizer, etc.) by the academic community.
14
 
15
 
16
  ![](https://huggingface.co/liuyao/QLNet/resolve/main/PDE_perspective.jpeg)