Skip to content

Commit bf0b56e

Browse files
🔨 Fix TimeEmbed format
1 parent 8b5b068 commit bf0b56e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ice_station_zebra/models/common/timeembed.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55

66

77
class TimeEmbed(nn.Module):
8-
def __init__(self, dim: int = 256,
9-
activation: str = "SiLU",) -> None:
8+
def __init__(self,
9+
dim: int = 256,
10+
activation: str = "SiLU",
11+
) -> None:
1012
super().__init__()
1113

1214
def act():

0 commit comments

Comments
 (0)