Python Cómo comprimir el modelo Pytorch
torch.save(model.half(), './model.pt')
Sieyk
torch.save(model.half(), './model.pt')