sunana commited on
Commit
5c8ad42
1 Parent(s): 4679ee3

Update FFV1MT_MS.py

Browse files
Files changed (1) hide show
  1. FFV1MT_MS.py +2 -1
FFV1MT_MS.py CHANGED
@@ -218,7 +218,8 @@ class FFV1DNN(nn.Module):
218
  results_dict["flow_seq"] = flows_up
219
  results_dict["flow_seq_bi"] = flows_bi
220
  return results_dict
221
-
 
222
  def forward_viz(self, image_list, layer=None, x=50, y=50):
223
  x = x / 100
224
  y = y / 100
 
218
  results_dict["flow_seq"] = flows_up
219
  results_dict["flow_seq_bi"] = flows_bi
220
  return results_dict
221
+
222
+ @torch.no_grad()
223
  def forward_viz(self, image_list, layer=None, x=50, y=50):
224
  x = x / 100
225
  y = y / 100