Abdullah-Nazhat commited on
Commit
861c2f4
·
verified ·
1 Parent(s): e2ddb84

Update interactor.py

Browse files
Files changed (1) hide show
  1. 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)