Update interactor.py
Browse files- interactor.py +1 -1
interactor.py
CHANGED
|
@@ -75,4 +75,4 @@ class Interactor(nn.Module):
|
|
| 75 |
|
| 76 |
def forward(self, x):
|
| 77 |
|
| 78 |
-
return self.model(x)
|
|
|
|
| 75 |
|
| 76 |
def forward(self, x):
|
| 77 |
|
| 78 |
+
return self.model(x)
|