Skip to content

Commit

Permalink
Solving deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoDiMarzo committed Mar 1, 2024
1 parent 55c80f9 commit 51c342a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_utilities/modules.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from torch.nn.utils.parametrizations import weight_norm
from typing import Callable, List, Optional, Tuple
from torch.nn.utils import weight_norm
import torch.nn.functional as F
from torch import nn, Tensor
from torch.nn import Module
Expand Down

0 comments on commit 51c342a

Please sign in to comment.