Skip to content

Commit 0974fee

Browse files
authored
Update real_time_encoder_transformer.py
1 parent 47ba945 commit 0974fee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neural_network/real_time_encoder_transformer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# imports
22
import math
3+
34
import torch
4-
from torch import nn
5+
from torch import nn, Tensor
56

67

78
class Time2Vec(nn.Module):

0 commit comments

Comments
 (0)