Support PyTorch state_dict
Closed this issue · 1 comments
wangkuiyi commented
As described https://pytorch.org/tutorials/beginner/saving_loading_models.html#saving-loading-model-for-inference
It seems that
- We should rename
Module.GetNamedParameters
intoModule.StateDict
. - We should add a
Module.LoadStateDict
.