Explorar el Código

model fuse

5.0
Glenn Jocher hace 4 años
padre
commit
546f973562
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      test.py

+ 0
- 2
test.py Ver fichero

@@ -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)


Cargando…
Cancelar
Guardar