Skip to content

Commit 4650870

Browse files
authored
Update models.py
1 parent 9f56f08 commit 4650870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infer_pack/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class TextEncoder(nn.Module):
1818
def __init__(
1919
self,
20-
input_dim
20+
input_dim,
2121
out_channels,
2222
hidden_channels,
2323
filter_channels,

0 commit comments

Comments
 (0)