Skip to content

Commit 4dbb6b2

Browse files
committed
model change
1 parent 49b6aaa commit 4dbb6b2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

SyncNetModel.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,14 +106,6 @@ def forward_lip(self, x):
106106

107107
return out;
108108

109-
def forward_lip(self, x):
110-
111-
mid = self.netcnnlip(x);
112-
mid = mid.view((mid.size()[0], -1)); # N x (ch x 24)
113-
out = self.netfclip(mid);
114-
115-
return out;
116-
117109
def forward_lipfeat(self, x):
118110

119111
mid = self.netcnnlip(x);

0 commit comments

Comments
 (0)