Closed zjk000 closed 2 years ago
tutorial/1.4_soft_template.py 中的soft template训练后如何保存以及保存后如何加载能否提供demo code?谢谢
simply using torch.save(prompt_model.template.state_dict()) is enough, and torch.load for loading.
torch.save(prompt_model.template.state_dict())
torch.load
tutorial/1.4_soft_template.py 中的soft template训练后如何保存以及保存后如何加载能否提供demo code?谢谢