Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
```python
|
2 |
import torch
|
3 |
import typing
|
@@ -703,4 +708,4 @@ class Tracker(nn.Module):
|
|
703 |
y_size = size_to_string(x.size())
|
704 |
print(f"{self.name}: \t {x_size} -> {y_size}")
|
705 |
return x
|
706 |
-
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
---
|
6 |
```python
|
7 |
import torch
|
8 |
import typing
|
|
|
708 |
y_size = size_to_string(x.size())
|
709 |
print(f"{self.name}: \t {x_size} -> {y_size}")
|
710 |
return x
|
711 |
+
```
|