sujeshpadhi commited on
Commit
933ad25
1 Parent(s): b510718

Update T5.py

Browse files
Files changed (1) hide show
  1. T5.py +2 -2
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):