Image Classification
timm
PDE
ConvNet
liuyao commited on
Commit
fd1268c
·
1 Parent(s): 1f6af64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ library_name: timm
10
 
11
  # Model Card for Model ID
12
 
13
- Based on quasi-linear hyperbolic systems of PDEs, the QLNet enters an uncharted water of the model space for ConvNets that uses multiplication (of same-sized tensors) instead of ReLU as the nonlinearity. It achieves comparable accuracy as ResNet50 on ImageNet-1k, demonstrating that it has the same level of capacity/expressivity, and deserves more study (hyper-paremeter tuning, optimizer, etc.) that I alone am not able to do.
14
 
15
  *This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).*
16
 
 
10
 
11
  # Model Card for Model ID
12
 
13
+ Based on **quasi-linear hyperbolic systems of PDEs**, the QLNet enters an uncharted water of ConvNet model space marked by the use of multiplication (of same-sized tensors) instead of ReLU as the primary nonlinearities. It achieves comparable accuracy as ResNet50 on ImageNet-1k, demonstrating that it has the same level of capacity/expressivity, and deserves more study (hyper-paremeter tuning, optimizer, etc.) by the broader community.
14
 
15
  *This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).*
16