glenn-jocher commited on
Commit
546f973
·
1 Parent(s): 8fe299f

model fuse

Browse files
Files changed (1) hide show
  1. test.py +0 -2
test.py CHANGED
@@ -33,8 +33,6 @@ def test(data,
33
  google_utils.attempt_download(weights)
34
  model = torch.load(weights, map_location=device)['model']
35
  torch_utils.model_info(model)
36
-
37
- # Fuse
38
  # model.fuse()
39
  model.to(device)
40
 
 
33
  google_utils.attempt_download(weights)
34
  model = torch.load(weights, map_location=device)['model']
35
  torch_utils.model_info(model)
 
 
36
  # model.fuse()
37
  model.to(device)
38