Spaces:
Runtime error
Runtime error
sujeshpadhi
commited on
Commit
•
933ad25
1
Parent(s):
b510718
Update T5.py
Browse files
T5.py
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
#from torch import Tensor
|
4 |
#from torch.nn import Module
|
5 |
from typing import List, Optional, Tuple
|
6 |
-
import torch, os
|
7 |
-
import torch.nn.functional as F
|
8 |
|
9 |
|
10 |
class T5(Module):
|
|
|
3 |
#from torch import Tensor
|
4 |
#from torch.nn import Module
|
5 |
from typing import List, Optional, Tuple
|
6 |
+
#import torch, os
|
7 |
+
#import torch.nn.functional as F
|
8 |
|
9 |
|
10 |
class T5(Module):
|