Image Classification
timm
PDE
ConvNet
liuyao commited on
Commit
1dc46a8
1 Parent(s): 74a083d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -45,7 +45,7 @@ Instead of the `bottleneck` block of ResNet50 which consists of 1x1, 3x3, 1x1 in
45
 
46
  Use the code below to get started with the model.
47
 
48
- ```
49
  import torch, timm
50
  from qlnet import QLNet
51
 
 
45
 
46
  Use the code below to get started with the model.
47
 
48
+ ```python
49
  import torch, timm
50
  from qlnet import QLNet
51