Update README.md
Browse files
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 |
|