Browse Source

model fuse

5.0
Glenn Jocher 4 years ago
parent
commit
546f973562
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      test.py

+ 0
- 2
test.py View File

google_utils.attempt_download(weights) google_utils.attempt_download(weights)
model = torch.load(weights, map_location=device)['model'] model = torch.load(weights, map_location=device)['model']
torch_utils.model_info(model) torch_utils.model_info(model)

# Fuse
# model.fuse() # model.fuse()
model.to(device) model.to(device)



Loading…
Cancel
Save