Skip to content

Commit 2a0a8f6

Browse files
authored
Update real_time_encoder_transformer.py
1 parent 24c52d4 commit 2a0a8f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

neural_network/real_time_encoder_transformer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import math
22

33
import torch
4-
from torch import nn
5-
from torch import Tensor
4+
from torch import Tensor, nn
65

76

87
class Time2Vec(nn.Module):

0 commit comments

Comments
 (0)