Pytorch 에서는 학습된 모델을 저장할 때 torch.save(object, file) 함수를 사용 ... Save model torch.save(model, 'model.pt') # Load model model ...
確定! 回上一頁