소스 검색

model fuse

5.0
Glenn Jocher 4 년 전
부모
커밋
546f973562
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      test.py

+ 0
- 2
test.py 파일 보기

@@ -33,8 +33,6 @@ def test(data,
google_utils.attempt_download(weights)
model = torch.load(weights, map_location=device)['model']
torch_utils.model_info(model)

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


Loading…
취소
저장