Obor Menyimpan Dikt Negara

torch.save(model.state_dict(), PATH)
model.load_state_dict(torch.load(PATH))
Dark Dugong