diff options
Diffstat (limited to 'models/tfa.py')
-rw-r--r-- | models/tfa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/tfa.py b/models/tfa.py index 72bfcfb..b80328a 100644 --- a/models/tfa.py +++ b/models/tfa.py @@ -1,7 +1,7 @@ import copy import torch -from torch import nn as nn +import torch.nn as nn from models.layers import BasicConv1d |