We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b6aaa commit 4dbb6b2Copy full SHA for 4dbb6b2
1 file changed
SyncNetModel.py
@@ -106,14 +106,6 @@ def forward_lip(self, x):
106
107
return out;
108
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
117
def forward_lipfeat(self, x):
118
119
mid = self.netcnnlip(x);
0 commit comments